Skip to content

Commit 47942b6

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250213.2
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.25106.4 -> To Version 10.0.0-beta.25113.2
1 parent 39f1443 commit 47942b6

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -388,39 +388,39 @@
388388
<Uri>https://github.com/dotnet/runtime</Uri>
389389
<Sha>42423ef91c9f23381d99dee708fa55336318debc</Sha>
390390
</Dependency>
391-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25106.4">
391+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25113.2">
392392
<Uri>https://github.com/dotnet/arcade</Uri>
393-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
393+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
394394
</Dependency>
395395
<!-- Intermediate is necessary for source build. -->
396-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25106.4">
396+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25113.2">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
398+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
399399
<SourceBuild RepoName="arcade" ManagedOnly="true" />
400400
</Dependency>
401-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25106.4">
401+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25113.2">
402402
<Uri>https://github.com/dotnet/arcade</Uri>
403-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
403+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
404404
</Dependency>
405-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25106.4">
405+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25113.2">
406406
<Uri>https://github.com/dotnet/arcade</Uri>
407-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
407+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25106.4">
409+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25113.2">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
411+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25106.4">
413+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25113.2">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
415+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25106.4">
417+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25113.2">
418418
<Uri>https://github.com/dotnet/arcade</Uri>
419-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
419+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25106.4">
421+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25113.2">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>91630b31ce859c28f637b62b566ea8829b982f2c</Sha>
423+
<Sha>ea0a0a28cccd4b63a9ec40df53ef2df260ffa5b1</Sha>
424424
</Dependency>
425425
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.3.0-preview.1.25107.9">
426426
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@
166166
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
167167
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
168168
<!-- Packages from dotnet/arcade -->
169-
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25106.4</MicrosoftDotNetBuildTasksArchivesVersion>
170-
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25106.4</MicrosoftDotNetBuildTasksInstallersVersion>
171-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25106.4</MicrosoftDotNetBuildTasksTemplatingVersion>
172-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25106.4</MicrosoftDotNetRemoteExecutorVersion>
173-
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25106.4</MicrosoftSourceBuildIntermediatearcadeVersion>
169+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25113.2</MicrosoftDotNetBuildTasksArchivesVersion>
170+
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25113.2</MicrosoftDotNetBuildTasksInstallersVersion>
171+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25113.2</MicrosoftDotNetBuildTasksTemplatingVersion>
172+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25113.2</MicrosoftDotNetRemoteExecutorVersion>
173+
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25113.2</MicrosoftSourceBuildIntermediatearcadeVersion>
174174
<!-- Packages from dotnet/source-build-externals -->
175175
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.610402</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
176176
<!-- Packages from dotnet/source-build-reference-packages -->

global.json

Lines changed: 3 additions & 3 deletions
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.25106.4",
31-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25106.4",
32-
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25106.4",
30+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25113.2",
31+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25113.2",
32+
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25113.2",
3333
"Microsoft.Build.NoTargets": "3.7.0",
3434
"Microsoft.Build.Traversal": "3.4.0"
3535
}

0 commit comments

Comments
 (0)