Remove unncessary usings

This commit is contained in:
jacalvar 2016-06-07 22:41:16 -07:00
parent dd79d0b88c
commit c74a210386
1 changed files with 2 additions and 8 deletions

View File

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