Skip to content

Commit 1e304dc

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250324.2 (#1145)
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 10.0.0-beta.25171.1 -> To Version 10.0.0-beta.25174.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 3f202de commit 1e304dc

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,38 +235,38 @@
235235
<Uri>https://github.com/dotnet/llvm-project</Uri>
236236
<Sha>da5dd054a531e6fea65643b7e754285b73eab433</Sha>
237237
</Dependency>
238-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25171.1">
238+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25174.2">
239239
<Uri>https://github.com/dotnet/arcade</Uri>
240-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
240+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
241241
</Dependency>
242-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25171.1">
242+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25174.2">
243243
<Uri>https://github.com/dotnet/arcade</Uri>
244-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
244+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
245245
</Dependency>
246-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25171.1">
246+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25174.2">
247247
<Uri>https://github.com/dotnet/arcade</Uri>
248-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
248+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
249249
</Dependency>
250-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25171.1">
250+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25174.2">
251251
<Uri>https://github.com/dotnet/arcade</Uri>
252-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
252+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
253253
</Dependency>
254-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25171.1">
254+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25174.2">
255255
<Uri>https://github.com/dotnet/arcade</Uri>
256-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
256+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
257257
</Dependency>
258-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25171.1">
258+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25174.2">
259259
<Uri>https://github.com/dotnet/arcade</Uri>
260-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
260+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
261261
</Dependency>
262-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25171.1">
262+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25174.2">
263263
<Uri>https://github.com/dotnet/arcade</Uri>
264-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
264+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
265265
</Dependency>
266266
<!-- Intermediate is necessary for source build. -->
267-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25171.1">
267+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25174.2">
268268
<Uri>https://github.com/dotnet/arcade</Uri>
269-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
269+
<Sha>a9caa17cf224105034d54609bae554c08662960d</Sha>
270270
<SourceBuild RepoName="arcade" ManagedOnly="true" />
271271
</Dependency>
272272
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
5858
</PropertyGroup>
5959
<PropertyGroup>
60-
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25171.1</MicrosoftDotNetBuildTasksPackagingVersion>
61-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25171.1</MicrosoftDotNetBuildTasksTemplatingVersion>
62-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25171.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
63-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>10.0.0-beta.25171.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
60+
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25174.2</MicrosoftDotNetBuildTasksPackagingVersion>
61+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25174.2</MicrosoftDotNetBuildTasksTemplatingVersion>
62+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25174.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
63+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>10.0.0-beta.25174.2</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
6464
</PropertyGroup>
6565
<PropertyGroup>
6666
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "10.0.100-preview.3.25167.3"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25171.1",
7-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25171.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25174.2",
7+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25174.2",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)