From 060b44ee936b1bd3bac33cb8465f591d5e6a8b2b Mon Sep 17 00:00:00 2001 From: Chris R Date: Thu, 19 Jan 2017 15:30:42 -0800 Subject: [PATCH] #1046 remove conflicting frameworkAssembly references --- src/Microsoft.AspNetCore.Authentication/project.json | 6 +----- src/Microsoft.AspNetCore.Authorization/project.json | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/Microsoft.AspNetCore.Authentication/project.json b/src/Microsoft.AspNetCore.Authentication/project.json index a676d2300..915c2ff81 100644 --- a/src/Microsoft.AspNetCore.Authentication/project.json +++ b/src/Microsoft.AspNetCore.Authentication/project.json @@ -38,11 +38,7 @@ "NETStandard.Library": "1.6.1" }, "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Net.Http": "" - } - }, + "net451": { }, "netstandard1.3": {} } } \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Authorization/project.json b/src/Microsoft.AspNetCore.Authorization/project.json index cda750f43..32f67b5cc 100644 --- a/src/Microsoft.AspNetCore.Authorization/project.json +++ b/src/Microsoft.AspNetCore.Authorization/project.json @@ -29,13 +29,7 @@ "NETStandard.Library": "1.6.1" }, "frameworks": { - "net451": { - "frameworkAssemblies": { - "System.Runtime": { - "type": "build" - } - } - }, + "net451": { }, "netstandard1.3": { "dependencies": { "System.Security.Claims": "4.3.0"