Remove unncessary usings

This commit is contained in:
jacalvar 2016-06-07 22:51:24 -07:00
parent d692066b2b
commit 5cf300db6c
1 changed files with 2 additions and 8 deletions

View File

@ -17,10 +17,7 @@
"version": "1.0.0-*",
"type": "platform"
}
},
"imports": [
"dnxcore50"
]
}
}
},
"publishOptions": {
@ -30,10 +27,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%"