Remove unncessary imports

This commit is contained in:
jacalvar 2016-06-03 13:08:13 -07:00
parent 3f78743011
commit d8c1ac7c06
1 changed files with 1 additions and 7 deletions

View File

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