[release/8.0.3xx] Update dependencies from dotnet/arcade (#19226)

This commit is contained in:
v-wuzhai 2024-03-29 10:21:11 +08:00 committed by GitHub
commit 7fe30504f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -214,18 +214,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24176.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24177.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24176.8">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24177.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24176.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24177.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24177.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24176.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24177.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -63,7 +63,7 @@ if [ -z "$CLR_CC" ]; then
# Set default versions
if [ -z "$majorVersion" ]; then
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
if [ "$compiler" = "clang" ]; then versions="17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
for version in $versions; do

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24176.8",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24176.8"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24177.1",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24177.1"
}
}