Skip to content

Commit 36b797c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250211.5 (#1101)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.25077.4 -> To Version 9.0.0-beta.25111.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent dad5528 commit 36b797c

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -207,38 +207,38 @@
207207
<Uri>https://github.com/dotnet/llvm-project</Uri>
208208
<Sha>d1f598a5c2922be959c9a21cd50adc2fa780f064</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25077.4">
210+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25111.5">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
212+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25077.4">
214+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25111.5">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
216+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
217217
</Dependency>
218-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25077.4">
218+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="9.0.0-beta.25111.5">
219219
<Uri>https://github.com/dotnet/arcade</Uri>
220-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
220+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
221221
</Dependency>
222-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25077.4">
222+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25111.5">
223223
<Uri>https://github.com/dotnet/arcade</Uri>
224-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
224+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
225225
</Dependency>
226-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25077.4">
226+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.25111.5">
227227
<Uri>https://github.com/dotnet/arcade</Uri>
228-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
228+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
229229
</Dependency>
230-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25077.4">
230+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="9.0.0-beta.25111.5">
231231
<Uri>https://github.com/dotnet/arcade</Uri>
232-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
232+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
233233
</Dependency>
234-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25077.4">
234+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25111.5">
235235
<Uri>https://github.com/dotnet/arcade</Uri>
236-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
236+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
237237
</Dependency>
238238
<!-- Intermediate is necessary for source build. -->
239-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25077.4">
239+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25111.5">
240240
<Uri>https://github.com/dotnet/arcade</Uri>
241-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
241+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
242242
<SourceBuild RepoName="arcade" ManagedOnly="true" />
243243
</Dependency>
244244
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
5252
</PropertyGroup>
5353
<PropertyGroup>
54-
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25077.4</MicrosoftDotNetBuildTasksPackagingVersion>
55-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25077.4</MicrosoftDotNetBuildTasksTemplatingVersion>
56-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25077.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25077.4</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
54+
<MicrosoftDotNetBuildTasksPackagingVersion>9.0.0-beta.25111.5</MicrosoftDotNetBuildTasksPackagingVersion>
55+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.25111.5</MicrosoftDotNetBuildTasksTemplatingVersion>
56+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25111.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
57+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>9.0.0-beta.25111.5</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
5858
</PropertyGroup>
5959
<PropertyGroup>
6060
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.102"
3+
"dotnet": "9.0.103"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4",
7-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25077.4",
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5",
7+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25111.5",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)