Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-08-21 07:20:13 +0300
committerGitHub <noreply@github.com>2022-08-21 07:20:13 +0300
commiteb93e5d0aa84b6a27d17f2e986cda657ef2eb3d7 (patch)
tree42eb968e241f7406b53c36f7ff1300ae3c352ef2 /eng
parentb3ef656ec980699238c948c1af5bc1b52e5ef131 (diff)
Update Xunit to 2.4.2 (#74296)
2.4.2 stable released ~2 weeks ago and we have at least one shipping library that depends on it. For releasing 7.0.0, we must not depend on prerelease versions. Manual backport of https://github.com/dotnet/runtime/pull/74262
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index b0dcb312569..5ff60a39073 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -158,8 +158,8 @@
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22411.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22411.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.1.0-alpha.0.22408.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
- <XUnitVersion>2.4.2-pre.22</XUnitVersion>
- <XUnitAnalyzersVersion>0.12.0-pre.20</XUnitAnalyzersVersion>
+ <XUnitVersion>2.4.2</XUnitVersion>
+ <XUnitAnalyzersVersion>1.0.0</XUnitAnalyzersVersion>
<XUnitRunnerVisualStudioVersion>2.4.5</XUnitRunnerVisualStudioVersion>
<CoverletCollectorVersion>3.1.2</CoverletCollectorVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>