Skip to content

Commit 23122a2

Browse files
[release/dev17.12] Update dependencies from dotnet/arcade (#81216)
This pull request updates the following dependencies [marker]: <> (Begin:9743b592-f318-4162-ad93-d95fadcbf116) ## From https://github.com/dotnet/arcade - **Subscription**: [9743b592-f318-4162-ad93-d95fadcbf116](https://maestro.dot.net/subscriptions?search=9743b592-f318-4162-ad93-d95fadcbf116) - **Build**: [20251112.4](https://dev.azure.com/dnceng/internal/_build/results?buildId=2837083) ([290502](https://maestro.dot.net/channel/5175/github:dotnet:arcade/build/290502)) - **Date Produced**: November 12, 2025 5:37:34 PM UTC - **Commit**: [6e2d8e204cebac7d3989c1996f96e5a9ed63fa80](dotnet/arcade@6e2d8e2) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [9.0.0-beta.25555.4 to 9.0.0-beta.25562.4][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Helix.Sdk - Microsoft.DotNet.XliffTasks [1]: dotnet/arcade@9eaf7b2...6e2d8e2 [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates **sdk.version** to 9.0.112 - Updates **tools.dotnet** to 9.0.112 [marker]: <> (End:9743b592-f318-4162-ad93-d95fadcbf116) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2726519 commit 23122a2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@
122122
</Dependency>
123123
</ProductDependencies>
124124
<ToolsetDependencies>
125-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25555.4">
125+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25562.4">
126126
<Uri>https://github.com/dotnet/arcade</Uri>
127-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
127+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
128128
</Dependency>
129129
<!-- Intermediate is necessary for source build. -->
130-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25555.4">
130+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25562.4">
131131
<Uri>https://github.com/dotnet/arcade</Uri>
132-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
132+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
133133
<SourceBuild RepoName="arcade" ManagedOnly="true" />
134134
</Dependency>
135-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25555.4" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
135+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25562.4" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
137+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
138138
</Dependency>
139139
<!-- Intermediate is necessary for source build. -->
140140
<Dependency Name="Microsoft.SourceBuild.Intermediate.xliff-tasks" Version="1.0.0-beta.23475.1">
@@ -156,9 +156,9 @@
156156
<Uri>https://github.com/dotnet/roslyn</Uri>
157157
<Sha>5d10d428050c0d6afef30a072c4ae68776621877</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25555.4">
159+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25562.4">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>9eaf7b289d5003a94ee23658f057a6c06ddcd570</Sha>
161+
<Sha>6e2d8e204cebac7d3989c1996f96e5a9ed63fa80</Sha>
162162
</Dependency>
163163
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23468.1">
164164
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
6666
<SystemIdentityModelTokensJwtVersion>6.34.0</SystemIdentityModelTokensJwtVersion>
6767
<!-- TODO: remove https://github.com/dotnet/roslyn/issues/71827 -->
68-
<MicrosoftDotNetXliffTasksVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">9.0.0-beta.25555.4</MicrosoftDotNetXliffTasksVersion>
68+
<MicrosoftDotNetXliffTasksVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">9.0.0-beta.25562.4</MicrosoftDotNetXliffTasksVersion>
6969
<MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion>
7070
<SystemIdentityModelTokensJwtVersion>6.34.0</SystemIdentityModelTokensJwtVersion>
7171
</PropertyGroup>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"sdk": {
3-
"version": "9.0.111",
3+
"version": "9.0.112",
44
"allowPrerelease": false,
55
"rollForward": "patch"
66
},
77
"tools": {
8-
"dotnet": "9.0.111",
8+
"dotnet": "9.0.112",
99
"vs": {
1010
"version": "17.8.0"
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25555.4",
15-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25555.4",
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25562.4",
15+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25562.4",
1616
"Microsoft.Build.Traversal": "3.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)