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:33:13 -08:00
parent 45a72a0e18
commit 7b70da14bc
3 changed files with 3 additions and 7 deletions

View File

@ -51,12 +51,7 @@
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Reflection": "",
"System.Runtime": ""
}
},
"net451": { },
"netstandard1.3": {
"imports": [
"dotnet5.4",

View File

@ -34,7 +34,7 @@
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Threading.Tasks": ""
"System.Threading.Tasks": { "type": "build" }
}
},
"netstandard1.5": {

View File

@ -28,6 +28,7 @@
},
"net451": {
"frameworkAssemblies": {
"System.Reflection": "",
"System.Threading.Tasks": ""
},
"dependencies": {