From c74a2103867e73970e818f0e7a10baf9144846ef Mon Sep 17 00:00:00 2001 From: jacalvar Date: Tue, 7 Jun 2016 22:41:16 -0700 Subject: [PATCH] Remove unncessary usings --- samples/RoutingSample.Web/project.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index 4f5cb47a11..3346d7621d 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -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%"