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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-06-10 20:00:22 +0300
committerGitHub <noreply@github.com>2022-06-10 20:00:22 +0300
commit42356f209e412c63c536c4c137ee19043e5c442a (patch)
tree712dc9ddce768c1c7584e7c584ef2b6860b0f586
parentf37d44ac926ba77a53e9e2f60d4461b756d7aece (diff)
Update dependencies from https://github.com/dotnet/xharness build 20220610.1 (#70566)
Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.22305.1 -> To Version 1.0.0-prerelease.22310.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
-rw-r--r--.config/dotnet-tools.json2
-rw-r--r--eng/Version.Details.xml12
-rw-r--r--eng/Versions.props6
3 files changed, 10 insertions, 10 deletions
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 76d5359f980..8ae6cf1f84e 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
- "version": "1.0.0-prerelease.22305.1",
+ "version": "1.0.0-prerelease.22310.1",
"commands": [
"xharness"
]
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 82eaf6103f8..5f87f4276cb 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -242,17 +242,17 @@
<Uri>https://github.com/dotnet/linker</Uri>
<Sha>978b631362f2ffdccdf63fbe3ffe59dfe985ae3d</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="1.0.0-prerelease.22305.1">
+ <Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="1.0.0-prerelease.22310.1">
<Uri>https://github.com/dotnet/xharness</Uri>
- <Sha>a1d9a67e971fc0b8724507847491fe93f65728db</Sha>
+ <Sha>43e9fe312ac5513edf763877ce9ebf5d57ca9f88</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="1.0.0-prerelease.22305.1">
+ <Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Xunit" Version="1.0.0-prerelease.22310.1">
<Uri>https://github.com/dotnet/xharness</Uri>
- <Sha>a1d9a67e971fc0b8724507847491fe93f65728db</Sha>
+ <Sha>43e9fe312ac5513edf763877ce9ebf5d57ca9f88</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.22305.1">
+ <Dependency Name="Microsoft.DotNet.XHarness.CLI" Version="1.0.0-prerelease.22310.1">
<Uri>https://github.com/dotnet/xharness</Uri>
- <Sha>a1d9a67e971fc0b8724507847491fe93f65728db</Sha>
+ <Sha>43e9fe312ac5513edf763877ce9ebf5d57ca9f88</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="7.0.0-beta.22308.5">
<Uri>https://github.com/dotnet/arcade</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 8b89ed4279f..32199b5ec1b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -150,9 +150,9 @@
<!-- Testing -->
<MicrosoftNETCoreCoreDisToolsVersion>1.1.0</MicrosoftNETCoreCoreDisToolsVersion>
<MicrosoftNETTestSdkVersion>16.9.0-preview-20201201-01</MicrosoftNETTestSdkVersion>
- <MicrosoftDotNetXHarnessTestRunnersCommonVersion>1.0.0-prerelease.22305.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
- <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22305.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
- <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22305.1</MicrosoftDotNetXHarnessCLIVersion>
+ <MicrosoftDotNetXHarnessTestRunnersCommonVersion>1.0.0-prerelease.22310.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
+ <MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22310.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
+ <MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22310.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.1.0-alpha.0.22306.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
<XUnitVersion>2.4.2-pre.22</XUnitVersion>
<XUnitAnalyzersVersion>0.12.0-pre.20</XUnitAnalyzersVersion>