Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/arcade (#43907)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Oct 4, 2024
2 parents 791efa8 + deab3eb commit 0012d4f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,34 +585,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24501.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24503.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e879259c14f58a55983b9a70dd3034cc650ee961</Sha>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rc.1.24431.7">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24501.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24501.3</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24501.3</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24501.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24503.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24503.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24503.2</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24503.2</MicrosoftDotNetXUnitExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
Expand Down
1 change: 1 addition & 0 deletions eng/common/templates-official/job/job.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
# Sbom related params
enableSbom: true
runAsPublic: false
PackageVersion: 9.0.0
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'

Expand Down
1 change: 1 addition & 0 deletions eng/common/templates/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ parameters:
componentGovernanceIgnoreDirectories: ''
# Sbom related params
enableSbom: true
runAsPublic: false
PackageVersion: 9.0.0
BuildDropPath: '$(Build.SourcesDirectory)/artifacts'

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24501.3",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24501.3",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24503.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24503.2",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down

0 comments on commit 0012d4f

Please sign in to comment.