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:32:26 -08:00
parent ca75eed5d2
commit fb8cf86f71
1 changed files with 1 additions and 1 deletions

View File

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