Exclude facade from .NET 4.5.1 target

This commit is contained in:
David Fowler 2015-10-23 05:04:51 -07:00
parent d56e2fe59b
commit 460b9bcac1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}, },
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "" "System.Runtime": { "type": "build" }
} }
}, },
"dnxcore50": { "dnxcore50": {