Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-07 22:06:59 -07:00
parent 31a6a126e3
commit b1af033529
3 changed files with 2 additions and 10 deletions

View File

@ -16,8 +16,7 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "platform" "type": "platform"
} }
}, }
"imports": "dnxcore50"
} }
}, },
"publishOptions": { "publishOptions": {

View File

@ -28,9 +28,6 @@
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81"
],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",

View File

@ -36,11 +36,7 @@
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Security.Principal.Windows": "4.0.0-*" "System.Security.Principal.Windows": "4.0.0-*"
}, }
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
} }
} }
} }