Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
This commit is contained in:
parent
ca75eed5d2
commit
fb8cf86f71
|
|
@ -28,7 +28,7 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Threading.Tasks": ""
|
"System.Threading.Tasks": { "type": "build" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue