Skip to content

Commit

Permalink
Merge pull request #8444 from dotnet/darc-release/9.0.1xx-333a11e5-4d…
Browse files Browse the repository at this point in the history
…bb-4f8d-980d-965c2b6d0e97

[release/9.0.1xx] Update dependencies from dotnet/arcade
  • Loading branch information
v-wuzhai authored Oct 11, 2024
2 parents 6eb2b6c + 75061b3 commit 511c28e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24503.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24509.3">
<Uri>https:/dotnet/arcade</Uri>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24503.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24509.3">
<Uri>https:/dotnet/arcade</Uri>
<Sha>beb827ded6acdff8c7333dfc6583cc984a8f2620</Sha>
<Sha>05c72bb3c9b38138276a8029017f2ef905dcc7fa</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Formats.Asn1" Version="8.0.1">
Expand Down
2 changes: 1 addition & 1 deletion eng/common/tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ function IsWindowsPlatform() {
}

function Get-Darc($version) {
$darcPath = "$TempDir\darc\$(New-Guid)"
$darcPath = "$TempDir\darc\$([guid]::NewGuid())"
if ($version -ne $null) {
& $PSScriptRoot\darc-init.ps1 -toolpath $darcPath -darcVersion $version | Out-Host
} else {
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"tools": {
"dotnet": "9.0.100-rc.1.24452.12"
"dotnet": "9.0.100-rc.2.24474.11"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24503.2"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24509.3"
}
}

0 comments on commit 511c28e

Please sign in to comment.