Skip to content

Commit cd7b86b

Browse files
[main] Update dependencies from dotnet/arcade (dotnet#61497)
* Update dependencies from https://github.com/dotnet/arcade build 20250414.8 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25212.1 -> To Version 10.0.0-beta.25214.8 * Add node targets --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
1 parent fc4c09e commit cd7b86b

File tree

5 files changed

+32
-24
lines changed

5 files changed

+32
-24
lines changed

Directory.Build.targets

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
<Import Project="eng\targets\CSharp.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.csproj'" />
191191
<Import Project="eng\targets\FSharp.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.fsproj'" />
192192
<Import Project="eng\targets\Wix.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.wixproj'" />
193+
<Import Project="eng\targets\Node.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.nodeproj'" />
193194
<Import Project="eng\targets\Java.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.javaproj'" />
194195
<Import Project="eng\targets\Sfx.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.sfxproj'" />
195196
<Import Project="eng\testing\linker\trimmingTests.targets" Condition="'$(IsPublishedAppTestProject)' == 'true'" />

eng/Version.Details.xml

+16-16
Original file line numberDiff line numberDiff line change
@@ -396,39 +396,39 @@
396396
<Uri>https://github.com/dotnet/runtime</Uri>
397397
<Sha>464e5fe6fbe499012445cbd6371010748b89dba3</Sha>
398398
</Dependency>
399-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25212.1">
399+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25214.8">
400400
<Uri>https://github.com/dotnet/arcade</Uri>
401-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
401+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
402402
</Dependency>
403403
<!-- Intermediate is necessary for source build. -->
404-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25212.1">
404+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25214.8">
405405
<Uri>https://github.com/dotnet/arcade</Uri>
406-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
406+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
407407
<SourceBuild RepoName="arcade" ManagedOnly="true" />
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25212.1">
409+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25214.8">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
411+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25212.1">
413+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25214.8">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
415+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25212.1">
417+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25214.8">
418418
<Uri>https://github.com/dotnet/arcade</Uri>
419-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
419+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25212.1">
421+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25214.8">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
423+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
424424
</Dependency>
425-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25212.1">
425+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25214.8">
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
427+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
428428
</Dependency>
429-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25212.1">
429+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25214.8">
430430
<Uri>https://github.com/dotnet/arcade</Uri>
431-
<Sha>87401be5731aa537bbf4cb71d7800d1c74d5e429</Sha>
431+
<Sha>5af24911dd2de348e66143167d66d05eb55a9db6</Sha>
432432
</Dependency>
433433
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.5.0-preview.1.25204.8">
434434
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

+5-5
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@
168168
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
169169
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
170170
<!-- Packages from dotnet/arcade -->
171-
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25212.1</MicrosoftDotNetBuildTasksArchivesVersion>
172-
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25212.1</MicrosoftDotNetBuildTasksInstallersVersion>
173-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25212.1</MicrosoftDotNetBuildTasksTemplatingVersion>
174-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25212.1</MicrosoftDotNetRemoteExecutorVersion>
175-
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25212.1</MicrosoftSourceBuildIntermediatearcadeVersion>
171+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25214.8</MicrosoftDotNetBuildTasksArchivesVersion>
172+
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25214.8</MicrosoftDotNetBuildTasksInstallersVersion>
173+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25214.8</MicrosoftDotNetBuildTasksTemplatingVersion>
174+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25214.8</MicrosoftDotNetRemoteExecutorVersion>
175+
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25214.8</MicrosoftSourceBuildIntermediatearcadeVersion>
176176
<!-- Packages from dotnet/source-build-externals -->
177177
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.620701</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
178178
<!-- Packages from dotnet/source-build-reference-packages -->

eng/targets/Node.Common.targets

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
3+
<!-- Add an empty ComputeRunArguments target which is defined by the Microsoft.NET.Sdk.
4+
Necessary as called by Arcade's Test infra. -->
5+
<Target Name="ComputeRunArguments" />
6+
7+
</Project>

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"jdk": "latest"
2828
},
2929
"msbuild-sdks": {
30-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25212.1",
31-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25212.1",
32-
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25212.1",
30+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25214.8",
31+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25214.8",
32+
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25214.8",
3333
"Microsoft.Build.NoTargets": "3.7.0",
3434
"Microsoft.Build.Traversal": "3.4.0"
3535
}

0 commit comments

Comments
 (0)