Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit 0f42932

Browse files
Tratcheranalogrelay
authored andcommitted
#1046 remove conflicting frameworkAssembly references (#1096)
1 parent 1d0a6b1 commit 0f42932

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/Microsoft.AspNetCore.Authentication/project.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@
3838
"NETStandard.Library": "1.6.1"
3939
},
4040
"frameworks": {
41-
"net451": {
42-
"frameworkAssemblies": {
43-
"System.Net.Http": ""
44-
}
45-
},
41+
"net451": { },
4642
"netstandard1.3": {}
4743
}
4844
}

src/Microsoft.AspNetCore.Authorization/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
"NETStandard.Library": "1.6.1"
3030
},
3131
"frameworks": {
32-
"net451": {
33-
"frameworkAssemblies": {
34-
"System.Runtime": {
35-
"type": "build"
36-
}
37-
}
38-
},
32+
"net451": { },
3933
"netstandard1.3": {
4034
"dependencies": {
4135
"System.Security.Claims": "4.3.0"

0 commit comments

Comments
 (0)