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-*",
"type": "platform"
}
},
"imports": "dnxcore50"
}
}
},
"publishOptions": {

View File

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

View File

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