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": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.IO": "",
|
"System.IO": { "type": "build" },
|
||||||
"System.Runtime": ""
|
"System.Runtime": { "type": "build" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.IO": "",
|
"System.IO": { "type": "build" },
|
||||||
"System.Runtime": ""
|
"System.Runtime": { "type": "build" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue