Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 5cf300d

Browse files
committed
Remove unncessary usings
1 parent d692066 commit 5cf300d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

samples/StaticFileSample/project.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
"version": "1.0.0-*",
1818
"type": "platform"
1919
}
20-
},
21-
"imports": [
22-
"dnxcore50"
23-
]
20+
}
2421
}
2522
},
2623
"publishOptions": {
@@ -30,10 +27,7 @@
3027
]
3128
},
3229
"tools": {
33-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
34-
"version": "1.0.0-*",
35-
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
36-
}
30+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
3731
},
3832
"scripts": {
3933
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

0 commit comments

Comments
 (0)