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