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

Commit a051244

Browse files
committed
Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
1 parent e07a02f commit a051244

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"frameworks": {
2525
"net451": {
2626
"frameworkAssemblies": {
27-
"System.IO": "",
28-
"System.Runtime": ""
27+
"System.Runtime": { "type": "build" }
2928
}
3029
},
3130
"netstandard1.3": {

src/Microsoft.AspNetCore.WebUtilities/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"frameworks": {
2222
"net451": {
2323
"frameworkAssemblies": {
24-
"System.Runtime": ""
24+
"System.Runtime": { "type": "build" }
2525
}
2626
},
2727
"netstandard1.3": {

0 commit comments

Comments
 (0)