Skip to content

Commit 8d09ce0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250605.3 (#5793)
[main] Update dependencies from dotnet/arcade
1 parent 684a3de commit 8d09ce0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.25304.5">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25305.3">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>d3a9e0bf843815be1a2b30895e2060ef73735772</Sha>
9+
<Sha>aba421eb78276b26d1a24df7772474806b27aa13</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25304.5">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25305.3">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>d3a9e0bf843815be1a2b30895e2060ef73735772</Sha>
13+
<Sha>aba421eb78276b26d1a24df7772474806b27aa13</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25304.5">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25305.3">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>d3a9e0bf843815be1a2b30895e2060ef73735772</Sha>
17+
<Sha>aba421eb78276b26d1a24df7772474806b27aa13</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25304.5">
19+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25305.3">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>d3a9e0bf843815be1a2b30895e2060ef73735772</Sha>
21+
<Sha>aba421eb78276b26d1a24df7772474806b27aa13</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.25304.5</MicrosoftDotNetGenFacadesPackageVersion>
24-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25304.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
25-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25304.5</MicrosoftDotNetGenAPIPackageVersion>
23+
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.25305.3</MicrosoftDotNetGenFacadesPackageVersion>
24+
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25305.3</MicrosoftDotNetXUnitExtensionsPackageVersion>
25+
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25305.3</MicrosoftDotNetGenAPIPackageVersion>
2626
</PropertyGroup>
2727
<!-- Additional dependencies -->
2828
<PropertyGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "10.0.100-preview.5.25265.106"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25304.5",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25305.3",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)