target 40

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

View File

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