Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-07 16:45:47 -07:00
parent 2cf172c66e
commit 15454ae254
2 changed files with 0 additions and 8 deletions

View File

@ -28,10 +28,6 @@
},
"frameworks": {
"netstandard1.6": {
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}
}
}

View File

@ -26,10 +26,6 @@
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",