Skip to content

Commit 80dc344

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250225.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.25125.2
1 parent 748c67b commit 80dc344

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
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.25120.6">
391+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.2">
392392
<Uri>https://github.com/dotnet/arcade</Uri>
393-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
393+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
394394
</Dependency>
395395
<!-- Intermediate is necessary for source build. -->
396-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25120.6">
396+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25125.2">
397397
<Uri>https://github.com/dotnet/arcade</Uri>
398-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
398+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
399399
<SourceBuild RepoName="arcade" ManagedOnly="true" />
400400
</Dependency>
401-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25120.6">
401+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25125.2">
402402
<Uri>https://github.com/dotnet/arcade</Uri>
403-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
403+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
404404
</Dependency>
405-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25120.6">
405+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25125.2">
406406
<Uri>https://github.com/dotnet/arcade</Uri>
407-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
407+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25120.6">
409+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25125.2">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
411+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
413+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25125.2">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
415+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25120.6">
417+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25125.2">
418418
<Uri>https://github.com/dotnet/arcade</Uri>
419-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
419+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25120.6">
421+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25125.2">
422422
<Uri>https://github.com/dotnet/arcade</Uri>
423-
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
423+
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</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.25120.6</MicrosoftDotNetBuildTasksArchivesVersion>
170-
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25120.6</MicrosoftDotNetBuildTasksInstallersVersion>
171-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25120.6</MicrosoftDotNetBuildTasksTemplatingVersion>
172-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25120.6</MicrosoftDotNetRemoteExecutorVersion>
173-
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25120.6</MicrosoftSourceBuildIntermediatearcadeVersion>
169+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksArchivesVersion>
170+
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksInstallersVersion>
171+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksTemplatingVersion>
172+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25125.2</MicrosoftDotNetRemoteExecutorVersion>
173+
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.25125.2</MicrosoftSourceBuildIntermediatearcadeVersion>
174174
<!-- Packages from dotnet/source-build-externals -->
175175
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.610402</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
176176
<!-- Packages from dotnet/source-build-reference-packages -->

eng/common/core-templates/steps/generate-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector.
66

77
parameters:
8-
PackageVersion: 9.0.0
8+
PackageVersion: 10.0.0
99
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
1010
PackageName: '.NET'
1111
ManifestDirPath: $(Build.ArtifactStagingDirectory)/sbom

global.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.2.25118.3"
3+
"version": "10.0.100-preview.3.25125.5"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-preview.2.25118.3",
6+
"dotnet": "10.0.100-preview.3.25125.5",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
@@ -27,9 +27,9 @@
2727
"jdk": "latest"
2828
},
2929
"msbuild-sdks": {
30-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6",
31-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6",
32-
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25120.6",
30+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.2",
31+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25125.2",
32+
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25125.2",
3333
"Microsoft.Build.NoTargets": "3.7.0",
3434
"Microsoft.Build.Traversal": "3.4.0"
3535
}

0 commit comments

Comments
 (0)