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:29:41 -08:00
parent bc560b0003
commit 06c818c9e5
2 changed files with 4 additions and 4 deletions

View File

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

View File

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