From 8f2c77caacfac10f15f8aa39792043c76236004a Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 2 Mar 2016 11:23:31 -0800 Subject: [PATCH] Re-add netstandard for non-tool project. --- src/Microsoft.AspNetCore.IISPlatformHandler/project.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.IISPlatformHandler/project.json b/src/Microsoft.AspNetCore.IISPlatformHandler/project.json index a27b4093e4..0778b1e56b 100644 --- a/src/Microsoft.AspNetCore.IISPlatformHandler/project.json +++ b/src/Microsoft.AspNetCore.IISPlatformHandler/project.json @@ -24,10 +24,11 @@ }, "frameworks": { "net451": { }, - "dotnet5.4": { + "netstandard1.3": { "dependencies": { "System.Security.Principal.Windows": "4.0.0-*" - } + }, + "imports": [ "dotnet5.4" ] } } }