Commit 295d1ad2 authored by Nick Craver's avatar Nick Craver

Merge pull request #392 from henkmollema/system-xml

Add `System.Xml` framework assembly
parents becdcbe1 fdbb320d
......@@ -18,13 +18,15 @@
"warningsAsErrors": true
},
"frameworkAssemblies": {
"System.Data": "4.0.0.0"
"System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"net40": {
"compilationOptions": { "warningsAsErrors": true },
"frameworkAssemblies": {
"System.Data": "4.0.0.0"
"System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"dnx451": {
......@@ -33,7 +35,8 @@
"warningsAsErrors": true
},
"frameworkAssemblies": {
"System.Data": "4.0.0.0"
"System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0"
}
},
"dnxcore50": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment