Fix CI build break + add dnx451
This commit is contained in:
parent
33a7bee585
commit
0858d430ea
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue