diff --git a/src/Microsoft.AspNetCore.Antiforgery/project.json b/src/Microsoft.AspNetCore.Antiforgery/project.json index 9d0fd780b5..5f259a5011 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/project.json +++ b/src/Microsoft.AspNetCore.Antiforgery/project.json @@ -24,14 +24,12 @@ "Microsoft.Extensions.ObjectPool": "1.0.0-*" }, "frameworks": { - "netstandard1.3": { - "imports": [ - "dotnet5.4" - ] - }, + "netstandard1.3": {}, "net451": { "frameworkAssemblies": { - "System.Runtime": { "type": "build"} + "System.Runtime": { + "type": "build" + } } } }