From 5cf300db6c700c9d3573ac37cc14f63da037831e Mon Sep 17 00:00:00 2001 From: jacalvar Date: Tue, 7 Jun 2016 22:51:24 -0700 Subject: [PATCH] Remove unncessary usings --- samples/StaticFileSample/project.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/samples/StaticFileSample/project.json b/samples/StaticFileSample/project.json index ded0729955..6049052b0f 100644 --- a/samples/StaticFileSample/project.json +++ b/samples/StaticFileSample/project.json @@ -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%"