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