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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-07-30 12:27:30 +00:00 коммит произвёл GitHub
Родитель c9fef71bdb
Коммит e5a4eb4bcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -9,18 +9,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24375.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24379.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24375.3">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24379.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24375.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24379.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
<Sha>4f5a4ad88d27b56ceeaa43ced670999c33bd2598</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>

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

@ -12,7 +12,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24375.3",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24379.1",
"MSTest.Sdk": "3.5.0"
}
}