提交 295d1ad2 编写于 作者: N Nick Craver

Merge pull request #392 from henkmollema/system-xml

Add `System.Xml` framework assembly
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册