Skip to content

Commit 3759ae6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250826.3 (#18866)
Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25425.3 -> To Version 10.0.0-beta.25426.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent cfd4121 commit 3759ae6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This file should be imported by eng/Versions.props
1919
<SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion>
2020
<SystemThreadingTasksDataflowPackageVersion>9.0.0</SystemThreadingTasksDataflowPackageVersion>
2121
<!-- dotnet/arcade dependencies -->
22-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25425.3</MicrosoftDotNetArcadeSdkPackageVersion>
22+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25426.3</MicrosoftDotNetArcadeSdkPackageVersion>
2323
<!-- _git/dotnet-optimization dependencies -->
2424
<optimizationlinuxarm64MIBCRuntimePackageVersion>1.0.0-prerelease.25421.1</optimizationlinuxarm64MIBCRuntimePackageVersion>
2525
<optimizationlinuxx64MIBCRuntimePackageVersion>1.0.0-prerelease.25421.1</optimizationlinuxx64MIBCRuntimePackageVersion>

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
</Dependency>
4545
</ProductDependencies>
4646
<ToolsetDependencies>
47-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25425.3">
47+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25426.3">
4848
<Uri>https://github.com/dotnet/arcade</Uri>
49-
<Sha>b92e731672602ee8ab732c3ab4d3e5dc9834210a</Sha>
49+
<Sha>5db998e02282e63bc375948a237bcdfef534a5c5</Sha>
5050
</Dependency>
5151
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.25421.1">
5252
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"perl": "5.38.2.2"
2323
},
2424
"msbuild-sdks": {
25-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25425.3",
25+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25426.3",
2626
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2"
2727
}
2828
}

0 commit comments

Comments
 (0)