Skip to content

Commit b97f290

Browse files
authored
[main] Update dependencies from dotnet/arcade (#78078)
This pull request updates the following dependencies [marker]: <> (Begin:111cfc79-5f9f-4acd-d8a2-08dc0c5899fd) ## From https://github.com/dotnet/arcade - **Subscription**: [111cfc79-5f9f-4acd-d8a2-08dc0c5899fd](https://maestro.dot.net/subscriptions?search=111cfc79-5f9f-4acd-d8a2-08dc0c5899fd) - **Build**: [20250408.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=2682667) - **Date Produced**: April 9, 2025 2:17:37 AM UTC - **Commit**: [aa61e8c20a869bcc994f8b29eb07d927d2bec6f4](dotnet/arcade@aa61e8c) - **Branch**: refs/heads/release/9.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.SourceBuild.Intermediate.arcade**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.Arcade.Sdk**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.Helix.Sdk**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] - **Microsoft.DotNet.XliffTasks**: [from 9.0.0-beta.25204.5 to 9.0.0-beta.25208.6][1] [1]: dotnet/arcade@97cbc73...aa61e8c [DependencyUpdate]: <> (End) - **Updates to .NET SDKs:** - Updates sdk.version to 9.0.105 - Updates tools.dotnet to 9.0.105 [marker]: <> (End:111cfc79-5f9f-4acd-d8a2-08dc0c5899fd)
2 parents 40c8103 + 55b415a commit b97f290

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,19 @@
128128
</Dependency>
129129
</ProductDependencies>
130130
<ToolsetDependencies>
131-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25204.5">
131+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
132132
<Uri>https://github.com/dotnet/arcade</Uri>
133-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
133+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
134134
</Dependency>
135135
<!-- Intermediate is necessary for source build. -->
136-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25204.5">
136+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25208.6">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
138+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
139139
<SourceBuild RepoName="arcade" ManagedOnly="true" />
140140
</Dependency>
141-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25204.5">
141+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25208.6">
142142
<Uri>https://github.com/dotnet/arcade</Uri>
143-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
143+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
144144
</Dependency>
145145
<Dependency Name="Microsoft.DiaSymReader" Version="2.0.0">
146146
<Uri>https://github.com/dotnet/symreader</Uri>
@@ -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.25204.5">
159+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
161+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</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>

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.104",
3+
"version": "9.0.105",
44
"allowPrerelease": false,
55
"rollForward": "patch"
66
},
77
"tools": {
8-
"dotnet": "9.0.104",
8+
"dotnet": "9.0.105",
99
"vs": {
1010
"version": "17.8.0"
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
15-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5",
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
15+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6",
1616
"Microsoft.Build.Traversal": "3.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)