summaryrefslogtreecommitdiff
path: root/tests/runtest.proj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-11-24 22:00:18 -0800
committerJan Kotas <jkotas@microsoft.com>2015-11-24 22:00:18 -0800
commit33f35e2f7b5e34ea521feec37e3511dfcbd28e16 (patch)
tree704ddf14b9793004fa2a5884397a58055c382e17 /tests/runtest.proj
parent0279dbd600e14d88cfe87408f08f6adce59d2d8d (diff)
downloadcoreclr-33f35e2f7b5e34ea521feec37e3511dfcbd28e16.tar.gz
coreclr-33f35e2f7b5e34ea521feec37e3511dfcbd28e16.tar.bz2
coreclr-33f35e2f7b5e34ea521feec37e3511dfcbd28e16.zip
Update xunit version to 2.1.0
Diffstat (limited to 'tests/runtest.proj')
-rw-r--r--tests/runtest.proj12
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index a667bb102f..76d96a353a 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -56,7 +56,7 @@ $(_XunitEpilog)
]]>
</_XunitWrapperGen>
- <XunitVersionCompiled>2.0.0-beta5-build2785</XunitVersionCompiled>
+ <XunitVersionCompiled>2.1.0</XunitVersionCompiled>
<XunitWrapperGenCsProj>
<![CDATA[
<?xml version="1.0" encoding="utf-8"?>
@@ -118,12 +118,10 @@ $(_XunitEpilog)
<![CDATA[
{
"dependencies": {
- "xunit" : "2.0.0-beta5-build2785",
- "xunit.abstractions" : "2.0.0-beta5-build2785",
- "xunit.assert" : "2.0.0-beta5-build2785",
- "xunit.core" : "2.0.0-beta5-build2785",
- "xunit.execution" : "2.0.0-beta5-build2785",
- "xunit.runners" : "2.0.0-beta5-build2785"
+ "xunit" : "2.1.0",
+ "xunit.assert" : "2.1.0",
+ "xunit.core" : "2.1.0",
+ "xunit.runner.msbuild": "2.1.0"
},
"frameworks": {
"net45": {}