From e2fd776e5bc59041cc951461098529c84357bfe8 Mon Sep 17 00:00:00 2001 From: jacalvar Date: Tue, 7 Jun 2016 22:47:31 -0700 Subject: [PATCH] Remove unncessary usings --- samples/SessionSample/project.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/samples/SessionSample/project.json b/samples/SessionSample/project.json index 3b12791852..3b6a85fdbd 100644 --- a/samples/SessionSample/project.json +++ b/samples/SessionSample/project.json @@ -23,9 +23,6 @@ } }, "netcoreapp1.0": { - "imports": [ - "dnxcore50" - ], "dependencies": { "Microsoft.NETCore.App": { "version": "1.0.0-*", @@ -35,10 +32,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%"