[main] Update dependencies from dotnet/arcade (#12255)

[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2024-10-02 12:37:03 +00:00 коммит произвёл GitHub
Родитель c9a58e92a1
Коммит 6b4c1facda
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 19 добавлений и 19 удалений

Просмотреть файл

@ -191,29 +191,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24476.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24501.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7e8b8f4f321c8671aa01b53567d31aaa4950706f</Sha>
<Sha>121ea593b1d0860ae0e5f5747850a60b23cc2968</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -56,9 +56,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24476.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24476.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>10.0.0-beta.24501.6</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24501.6</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.24501.6</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

Просмотреть файл

@ -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 {

Просмотреть файл

@ -14,9 +14,9 @@
"version": "9.0.100-rc.1.24452.12"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24476.2",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.24476.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24476.2",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24501.6",
"Microsoft.DotNet.CMake.Sdk": "10.0.0-beta.24501.6",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24501.6",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "10.0.0-alpha.1.24480.6"
},