Skip to content

Commit 6f0a803

Browse files
[main] Update dependencies from dotnet/arcade (dotnet#5692)
This pull request updates the following dependencies [marker]: <> (Begin:39a983c9-68a4-46ae-bbba-6795aab4810d) ## From https://github.com/dotnet/arcade - **Subscription**: [39a983c9-68a4-46ae-bbba-6795aab4810d](https://maestro.dot.net/subscriptions?search=39a983c9-68a4-46ae-bbba-6795aab4810d) - **Build**: [20260116.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2881172) ([297689](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/297689)) - **Date Produced**: January 16, 2026 11:19:37 PM UTC - **Commit**: [af17297350d5e5357d2ab3d69369d2a58b8bc4ab](dotnet/arcade@af17297) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26062.3 to 10.0.0-beta.26066.3][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.CodeAnalysis [1]: dotnet/arcade@9f518f2...af17297 [DependencyUpdate]: <> (End) [marker]: <> (End:39a983c9-68a4-46ae-bbba-6795aab4810d) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8e25a21 commit 6f0a803

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This file should be imported by eng/Versions.props
1313
<!-- dotnet/android dependencies -->
1414
<XamarinAndroidToolsAndroidSdkPackageVersion>1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion>
1515
<!-- dotnet/arcade dependencies -->
16-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26062.3</MicrosoftDotNetArcadeSdkPackageVersion>
17-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.26062.3</MicrosoftDotNetCodeAnalysisPackageVersion>
16+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26066.3</MicrosoftDotNetArcadeSdkPackageVersion>
17+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.26066.3</MicrosoftDotNetCodeAnalysisPackageVersion>
1818
<MicrosoftDotNetRemoteExecutorPackageVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion>
1919
<!-- dotnet/dotnet dependencies -->
2020
<MicrosoftAspNetCoreAppRefPackageVersion>10.0.2</MicrosoftAspNetCoreAppRefPackageVersion>

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26062.3">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26066.3">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>9f518f2be968c4c0102c2e3f8c793c5b7f28b731</Sha>
24+
<Sha>af17297350d5e5357d2ab3d69369d2a58b8bc4ab</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26062.3">
26+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26066.3">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>9f518f2be968c4c0102c2e3f8c793c5b7f28b731</Sha>
28+
<Sha>af17297350d5e5357d2ab3d69369d2a58b8bc4ab</Sha>
2929
</Dependency>
3030
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="7.0.0-beta.22316.2" Pinned="true">
3131
<Uri>https://github.com/dotnet/arcade</Uri>

eng/common/core-templates/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
demands: ImageOverride -equals build.ubuntu.2004.amd64
6464
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6565
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
66-
image: 1es-mariner-2
66+
image: Azure-Linux-3-Amd64
6767
os: linux
6868
${{ else }}:
6969
pool:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.5.0",
2020
"Microsoft.Build.Traversal": "3.4.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26066.3"
2222
}
2323
}

0 commit comments

Comments
 (0)