Fix CI build break + add dnx451

This commit is contained in:
Pranav K 2016-03-11 15:51:45 -08:00
parent 33a7bee585
commit 0858d430ea
1 changed files with 11 additions and 2 deletions

View File

@ -33,10 +33,19 @@
"frameworks": { "frameworks": {
"net451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": { "type": "build" },
"System.IO": { "type": "build" },
"System.Xml": "4.0.0.0", "System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0" "System.Xml.Linq": "4.0.0.0"
}, }
"dependencies": {} },
"dnx451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.IO": "",
"System.Xml": "4.0.0.0",
"System.Xml.Linq": "4.0.0.0"
}
}, },
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {