Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20250…
Browse files Browse the repository at this point in the history
…225.2 (#575)

[dotnet/main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Feb 25, 2025
1 parent 25b9e91 commit b02ee9b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25120.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25125.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25120.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25125.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25120.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25125.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ecdb2f499cb5f5c99b58fba1a14fdf977c56e1ac</Sha>
<Sha>5b1e2d133be215e729cf90016ae12b520950ce7a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64" Version="10.0.0-preview.3.25119.2">
<Uri>https://github.com/dotnet/emsdk</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>10.0.0-preview.3.25119.2</MicrosoftNETRuntimeEmscripten3156Sdklinuxx64Version>
<MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>10.0.0-preview.3.25119.2</MicrosoftNETRuntimeEmscripten3156Cachelinuxx64Version>
<!-- arcade -->
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25120.6</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25125.2</MicrosoftDotNetBuildTasksPackagingVersion>
</PropertyGroup>
<PropertyGroup>
<WasiSdkVersion>16</WasiSdkVersion>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/core-templates/steps/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# IgnoreDirectories - Directories to ignore for SBOM generation. This will be passed through to the CG component detector.

parameters:
PackageVersion: 9.0.0
PackageVersion: 10.0.0
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'
PackageName: '.NET'
ManifestDirPath: $(Build.ArtifactStagingDirectory)/sbom
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"tools": {
"dotnet": "10.0.100-preview.2.25118.3"
"dotnet": "10.0.100-preview.3.25125.5"
},
"msbuild-sdks": {
"Microsoft.Build.Traversal": "3.4.0",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25120.6",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25120.6"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25125.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25125.2"
}
}

0 comments on commit b02ee9b

Please sign in to comment.