target 40

This commit is contained in:
Tommy Parnell
2016-12-06 07:48:41 -05:00
parent 8b053f0f77
commit e9f3e5ed8b

View File

@@ -14,14 +14,17 @@
"extension" "extension"
] ]
}, },
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"authors": [ "authors": [
"Tommy Parnell" "Tommy Parnell"
], ],
"frameworks": { "frameworks": {
"netstandard1.1": { "netstandard1.1": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0"
}
},
"net40": {
"imports": "dnxcore50" "imports": "dnxcore50"
} }
} }