Skip to content

Commit 454085c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250822.3 (#5824)
[main] Update dependencies from dotnet/arcade
1 parent 5d8fdf2 commit 454085c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25419.2">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25422.3">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
9+
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25419.2">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25422.3">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
13+
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25419.2">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25422.3">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
17+
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25419.2">
19+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25422.3">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
21+
<Sha>f2cdf946c00a12a2c283835bb41ddc2255832055</Sha>
2222
</Dependency>
2323
</ToolsetDependencies>
2424
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</PropertyGroup>
2121
<!-- Arcade dependencies -->
2222
<PropertyGroup>
23-
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25419.2</MicrosoftDotNetGenFacadesPackageVersion>
24-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25419.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
25-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25419.2</MicrosoftDotNetGenAPIPackageVersion>
23+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetGenFacadesPackageVersion>
24+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
25+
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25422.3</MicrosoftDotNetGenAPIPackageVersion>
2626
</PropertyGroup>
2727
<!-- Additional dependencies -->
2828
<PropertyGroup>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-preview.7.25372.107",
3+
"dotnet": "10.0.100-rc.1.25411.109",
44
"runtimes": {
55
"aspnetcore": [
66
"3.1.5",
@@ -11,10 +11,10 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "10.0.100-preview.7.25372.107"
14+
"version": "10.0.100-rc.1.25411.109"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25419.2",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25422.3",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)