Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
This commit is contained in:
parent
bc560b0003
commit
06c818c9e5
|
|
@ -19,8 +19,8 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.IO": "",
|
||||
"System.Runtime": ""
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Runtime": { "type": "build" }
|
||||
}
|
||||
},
|
||||
"netstandard1.3": {
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.IO": "",
|
||||
"System.Runtime": ""
|
||||
"System.IO": { "type": "build" },
|
||||
"System.Runtime": { "type": "build" }
|
||||
}
|
||||
},
|
||||
"netstandard1.3": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue