summaryrefslogtreecommitdiff
path: root/tests/src/Common
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-19 21:30:40 -0800
committerGitHub <noreply@github.com>2018-11-19 21:30:40 -0800
commita530d79ea764ef40e3abc3607a7b9a59c0d1dd62 (patch)
tree854315d3b225b3db6ff201302f54d7f08cb32955 /tests/src/Common
parent398c3bc97d5297df9773284a03e425f90c40bcf0 (diff)
downloadcoreclr-a530d79ea764ef40e3abc3607a7b9a59c0d1dd62.tar.gz
coreclr-a530d79ea764ef40e3abc3607a7b9a59c0d1dd62.tar.bz2
coreclr-a530d79ea764ef40e3abc3607a7b9a59c0d1dd62.zip
Update xunit version to match corefx (#21098)
* Update xunit version to match corefx Fixes https://github.com/dotnet/corefx/issues/33587 * Disabled outdated test
Diffstat (limited to 'tests/src/Common')
-rw-r--r--tests/src/Common/CoreFX/CoreFX.depproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/Common/CoreFX/CoreFX.depproj b/tests/src/Common/CoreFX/CoreFX.depproj
index 0a7db4a7a5..6e3fa66f94 100644
--- a/tests/src/Common/CoreFX/CoreFX.depproj
+++ b/tests/src/Common/CoreFX/CoreFX.depproj
@@ -13,7 +13,8 @@
<SystemCompositionVersions>1.3.0-preview3-26501-04</SystemCompositionVersions>
<XUnitNetcoreExtensionsVersion>2.2.0-preview1-02902-01</XUnitNetcoreExtensionsVersion>
<!-- Xunit Abstractions is differently versioned then the rest of XUnit -->
- <XUnitAbstractionsVersion>2.0.1</XUnitAbstractionsVersion>
+ <XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
+ <XUnitAssertVersion>2.4.1-pre.build.4059</XUnitAssertVersion>
<CoreFXXUnitPackageVersion>2.2.0-beta2-build3300</CoreFXXUnitPackageVersion>
<MicrosoftDiagnosticsTracingTraceVentVersion>2.0.19</MicrosoftDiagnosticsTracingTraceVentVersion>
<MicrosoftDotnetPlatformAbstractionsVersion>2.1.0</MicrosoftDotnetPlatformAbstractionsVersion>
@@ -36,7 +37,7 @@
<Version>$(CoreFXXUnitPackageVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.assert">
- <Version>$(CoreFXXUnitPackageVersion)</Version>
+ <Version>$(XUnitAssertVersion)</Version>
</PackageReference>
<PackageReference Include="xunit.abstractions">
<Version>$(XUnitAbstractionsVersion)</Version>