Exclude facade from .NET 4.5.1 target
This commit is contained in:
parent
d56e2fe59b
commit
460b9bcac1
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Runtime": ""
|
||||
"System.Runtime": { "type": "build" }
|
||||
}
|
||||
},
|
||||
"dnxcore50": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue