Skip to content

Commit 22348b2

Browse files
authored
[release/dev17.14] Update dependencies from dotnet/arcade (#79756)
This pull request updates the following dependencies [marker]: <> (Begin:99763fa0-6697-43ea-9668-a6c18f9b82f7) ## From https://github.com/dotnet/arcade - **Subscription**: [99763fa0-6697-43ea-9668-a6c18f9b82f7](https://maestro.dot.net/subscriptions?search=99763fa0-6697-43ea-9668-a6c18f9b82f7) - **Build**: [20250730.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2761554) - **Date Produced**: July 30, 2025 10:41:09 PM UTC - **Commit**: [7e67a7b4b62513a475afe46c4cd74d54b68f65c9](dotnet/arcade@7e67a7b) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) [DependencyUpdate]: <> (Begin) - **Updates**: - From [9.0.0-beta.25366.1 to 9.0.0-beta.25380.1][1] - Microsoft.SourceBuild.Intermediate.arcade - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Helix.Sdk - Microsoft.DotNet.XliffTasks [1]: dotnet/arcade@1a2e280...7e67a7b [DependencyUpdate]: <> (End) [marker]: <> (End:99763fa0-6697-43ea-9668-a6c18f9b82f7)
2 parents 68fb8b2 + d8aec32 commit 22348b2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@
127127
</Dependency>
128128
</ProductDependencies>
129129
<ToolsetDependencies>
130-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
130+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25380.1">
131131
<Uri>https://github.com/dotnet/arcade</Uri>
132-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
132+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
133133
</Dependency>
134134
<!-- Intermediate is necessary for source build. -->
135-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25366.1">
135+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25380.1">
136136
<Uri>https://github.com/dotnet/arcade</Uri>
137-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
137+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
138138
<SourceBuild RepoName="arcade" ManagedOnly="true" />
139139
</Dependency>
140-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25366.1">
140+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25380.1">
141141
<Uri>https://github.com/dotnet/arcade</Uri>
142-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
142+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
143143
</Dependency>
144144
<Dependency Name="Microsoft.DiaSymReader" Version="2.0.0">
145145
<Uri>https://github.com/dotnet/symreader</Uri>
@@ -155,9 +155,9 @@
155155
<Uri>https://github.com/dotnet/roslyn</Uri>
156156
<Sha>5d10d428050c0d6afef30a072c4ae68776621877</Sha>
157157
</Dependency>
158-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25366.1">
158+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25380.1">
159159
<Uri>https://github.com/dotnet/arcade</Uri>
160-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
160+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
161161
</Dependency>
162162
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23468.1">
163163
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25366.1",
15-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25366.1",
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25380.1",
15+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25380.1",
1616
"Microsoft.Build.Traversal": "3.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)