Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
This commit is contained in:
parent
45a72a0e18
commit
7b70da14bc
|
|
@ -51,12 +51,7 @@
|
|||
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Reflection": "",
|
||||
"System.Runtime": ""
|
||||
}
|
||||
},
|
||||
"net451": { },
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"frameworks": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Threading.Tasks": ""
|
||||
"System.Threading.Tasks": { "type": "build" }
|
||||
}
|
||||
},
|
||||
"netstandard1.5": {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
},
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Reflection": "",
|
||||
"System.Threading.Tasks": ""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue