Skip to content

Commit 078cab1

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250819.2 (#5822)
[main] Update dependencies from dotnet/arcade
1 parent e29224b commit 078cab1

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.25419.1">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25419.2">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>bc34438ebc563e85fa31f010c3c376eaaf67b91c</Sha>
9+
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25419.1">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25419.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>bc34438ebc563e85fa31f010c3c376eaaf67b91c</Sha>
13+
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25419.1">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25419.2">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>bc34438ebc563e85fa31f010c3c376eaaf67b91c</Sha>
17+
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25419.1">
19+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25419.2">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>bc34438ebc563e85fa31f010c3c376eaaf67b91c</Sha>
21+
<Sha>86b53945e6b6b239d68fa465e62fcf4323ff3b7b</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.1</MicrosoftDotNetGenFacadesPackageVersion>
24-
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25419.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
25-
<MicrosoftDotNetGenAPIPackageVersion>10.0.0-beta.25419.1</MicrosoftDotNetGenAPIPackageVersion>
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>
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.7.25372.107"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25419.1",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25419.2",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)