Skip to content

Commit ff2ce35

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250610.3 (#568)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25263.4 -> To Version 8.0.0-beta.25310.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 6907eb4 commit ff2ce35

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
</Dependency>
1717
</ProductDependencies>
1818
<ToolsetDependencies>
19-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25263.4">
19+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25310.3">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
21+
<Sha>2ce3f8c7b2614c2b19985b669ffcd934bc39ffd1</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25263.4">
23+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25310.3">
2424
<Uri>https://github.com/dotnet/arcade</Uri>
25-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
25+
<Sha>2ce3f8c7b2614c2b19985b669ffcd934bc39ffd1</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.25263.4">
27+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.25310.3">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
29+
<Sha>2ce3f8c7b2614c2b19985b669ffcd934bc39ffd1</Sha>
3030
</Dependency>
31-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.25263.4">
31+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.25310.3">
3232
<Uri>https://github.com/dotnet/arcade</Uri>
33-
<Sha>20ab70a74d52b68f4271bd946884e24049b14f83</Sha>
33+
<Sha>2ce3f8c7b2614c2b19985b669ffcd934bc39ffd1</Sha>
3434
</Dependency>
3535
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.122">
3636
<Uri>https://github.com/nuget/nuget.client</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<NuGetBuildTasksPackageVersion>6.8.0-rc.122</NuGetBuildTasksPackageVersion>
2121
<NuGetFrameworksPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetFrameworksPackageVersion>
2222
<!-- Testing -->
23-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.25263.4</MicrosoftDotNetRemoteExecutorVersion>
24-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25263.4</MicrosoftDotNetXUnitExtensionsVersion>
25-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.25263.4</MicrosoftDotNetXUnitConsoleRunnerVersion>
23+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.25310.3</MicrosoftDotNetRemoteExecutorVersion>
24+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25310.3</MicrosoftDotNetXUnitExtensionsVersion>
25+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.25310.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
2626
<XUnitVersion>2.4.2</XUnitVersion>
2727
<XUnitRunnerVisualStudioVersion>2.4.2</XUnitRunnerVisualStudioVersion>
2828
<!--

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"tools": {
3-
"dotnet": "8.0.116"
3+
"dotnet": "8.0.117"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25263.4",
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25310.3",
77
"Microsoft.Build.Traversal": "3.4.0"
88
}
99
}

0 commit comments

Comments
 (0)