Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-07 22:09:34 -07:00
parent c1dadbd723
commit 8dbdc0294f
5 changed files with 5 additions and 20 deletions

View File

@ -15,10 +15,7 @@
"version": "1.0.0-*",
"type": "platform"
}
},
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81"
]
}
}
},
"publishOptions": {

View File

@ -18,10 +18,7 @@
"type": "platform"
},
"System.Console": "4.0.0-*"
},
"imports": [
"dnxcore50"
]
}
}
},
"publishOptions": {

View File

@ -26,10 +26,7 @@
"netstandard1.3": {
"dependencies": {
"System.Net.Security": "4.0.0-*"
},
"imports": [
"portable-net45+win8"
]
}
}
}
}

View File

@ -47,10 +47,7 @@
"System.Threading.Thread": "4.0.0-*",
"System.Threading.ThreadPool": "4.0.10-*",
"System.Threading.Timer": "4.0.1-*"
},
"imports": [
"portable-net45+win8"
]
}
}
},
"buildOptions": {

View File

@ -15,10 +15,7 @@
"version": "1.0.0-*",
"type": "platform"
}
},
"imports": [
"dnxcore50"
]
}
},
"net451": {
"frameworkAssemblies": {