Don't reference facades in NuSpec

These can be removed entirely after dotnet/cli#164
This commit is contained in:
Brice Lambson 2016-03-10 10:30:48 -08:00
parent e07a02fbba
commit a051244faf
2 changed files with 2 additions and 3 deletions

View File

@ -24,8 +24,7 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.IO": "",
"System.Runtime": ""
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {

View File

@ -21,7 +21,7 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": ""
"System.Runtime": { "type": "build" }
}
},
"netstandard1.3": {