Skip to content

Commit 0c0dba7

Browse files
[main] Update dependencies from dotnet/arcade (#5854)
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**: [20260525.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2983562) ([315727](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/315727)) - **Date Produced**: May 25, 2026 9:58:21 AM UTC - **Commit**: [c6213589e6917c4508c966c282eedbe4efda13e5](dotnet/arcade@c621358) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26269.2 to 10.0.0-beta.26275.1][2] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.CodeAnalysis [2]: dotnet/arcade@96a58d0...c621358 [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates **sdk.version** to 10.0.108 - Updates **tools.dotnet** to 10.0.108 [marker]: <> (End:39a983c9-68a4-46ae-bbba-6795aab4810d) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent edf66fc commit 0c0dba7

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet-android dependencies -->
99
<XamarinAndroidToolsAndroidSdkPackageVersion>1.0.105-preview.225</XamarinAndroidToolsAndroidSdkPackageVersion>
1010
<!-- dotnet-arcade dependencies -->
11-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26269.2</MicrosoftDotNetArcadeSdkPackageVersion>
12-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.26269.2</MicrosoftDotNetCodeAnalysisPackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26275.1</MicrosoftDotNetArcadeSdkPackageVersion>
12+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.26275.1</MicrosoftDotNetCodeAnalysisPackageVersion>
1313
<MicrosoftDotNetRemoteExecutorPackageVersion>7.0.0-beta.22316.2</MicrosoftDotNetRemoteExecutorPackageVersion>
1414
<!-- dotnet-command-line-api dependencies -->
1515
<SystemCommandLinePackageVersion>2.0.0-beta5.25210.1</SystemCommandLinePackageVersion>

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.26269.2">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26275.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>96a58d029003171c2302b951688fc87464b197f5</Sha>
24+
<Sha>c6213589e6917c4508c966c282eedbe4efda13e5</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26269.2">
26+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26275.1">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>96a58d029003171c2302b951688fc87464b197f5</Sha>
28+
<Sha>c6213589e6917c4508c966c282eedbe4efda13e5</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/steps/source-index-stage1-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ steps:
1414
workingDirectory: $(Agent.TempDirectory)
1515

1616
- script: |
17-
$(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
18-
$(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
17+
$(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
18+
$(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools
1919
displayName: "Source Index: Download netsourceindex Tools"
2020
# Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk.
2121
workingDirectory: $(Agent.TempDirectory)

eng/common/templates/steps/vmr-sync.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ steps:
4545
workingDirectory: ${{ parameters.vmrPath }}
4646

4747
- script: |
48-
./eng/common/vmr-sync.sh \
49-
--vmr ${{ parameters.vmrPath }} \
50-
--tmp $(Agent.TempDirectory) \
51-
--azdev-pat '$(dn-bot-all-orgs-code-r)' \
52-
--ci \
48+
./eng/common/vmr-sync.sh \
49+
--vmr ${{ parameters.vmrPath }} \
50+
--tmp $(Agent.TempDirectory) \
51+
--azdev-pat '$(AzdoToken)' \
52+
--ci \
5353
--debug
5454
5555
if [ "$?" -ne 0 ]; then
@@ -67,11 +67,11 @@ steps:
6767
condition: eq(variables['Agent.OS'], 'Windows_NT')
6868

6969
- powershell: |
70-
./eng/common/vmr-sync.ps1 `
71-
-vmr ${{ parameters.vmrPath }} `
72-
-tmp $(Agent.TempDirectory) `
73-
-azdevPat '$(dn-bot-all-orgs-code-r)' `
74-
-ci `
70+
./eng/common/vmr-sync.ps1 `
71+
-vmr ${{ parameters.vmrPath }} `
72+
-tmp $(Agent.TempDirectory) `
73+
-azdevPat '$(AzdoToken)' `
74+
-ci `
7575
-debugOutput
7676
7777
if ($LASTEXITCODE -ne 0) {

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "10.0.107",
3+
"version": "10.0.108",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "10.0.107",
8+
"dotnet": "10.0.108",
99
"runtimes": {
1010
"dotnet": [
1111
"$(MicrosoftNETCoreApp80Version)"
@@ -18,6 +18,6 @@
1818
"msbuild-sdks": {
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.4.0",
21-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26269.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26275.1"
2222
}
2323
}

0 commit comments

Comments
 (0)