Commit 41705525 authored by Marc Gravell's avatar Marc Gravell

Add back explicit DNX451 buid while we clarify which netstandard to target

parent 2fba8f1d
......@@ -63,7 +63,7 @@
},
"dependencies": {
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
"xunit.runner.dnx": "2.1.0-*"
}
},
"dnxcore50": {
......@@ -72,7 +72,7 @@
},
"dependencies": {
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
"xunit.runner.dnx": "2.1.0-*"
}
}
}
......
......@@ -33,6 +33,15 @@
"System.Data": "4.0.0.0"
}
},
"dnx451": {
"frameworkAssemblies": {
"System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0"
},
"compilationOptions": {
"define": [ "ASYNC" ]
}
},
"dotnet5.4": {
"compilationOptions": {
"define": [ "ASYNC", "COREFX" ]
......
......@@ -31,6 +31,15 @@
"System.Xml": "4.0.0.0"
}
},
"dnx451": {
"frameworkAssemblies": {
"System.Data": "4.0.0.0",
"System.Xml": "4.0.0.0"
},
"compilationOptions": {
"define": [ "ASYNC" ]
}
},
"dotnet5.4": {
"compilationOptions": {
"define": [ "ASYNC", "COREFX" ]
......
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