Remove unncessary usings

This commit is contained in:
jacalvar 2016-06-07 22:47:31 -07:00
parent 9d954e1bd9
commit e2fd776e5b
1 changed files with 1 additions and 7 deletions

View File

@ -23,9 +23,6 @@
}
},
"netcoreapp1.0": {
"imports": [
"dnxcore50"
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
@ -35,10 +32,7 @@
}
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"