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" ] } } }