Update dependencies from https://github.com/dotnet/arcade build 20240801.1 (#474)
Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24375.3 -> To Version 9.0.0-beta.24401.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
a169ffbfa0
Коммит
994a0a567c
|
@ -3,9 +3,9 @@
|
|||
<ProductDependencies>
|
||||
</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.24401.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>3e18bd4f62388b829d0b9dcd1ee131431674aa5f</Sha>
|
||||
<Sha>a3dae8d4fd5a17c147cbecfd31e61463731ac0cc</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -21,7 +21,7 @@ case "$compiler" in
|
|||
majorVersion="${version%%.*}"
|
||||
|
||||
# LLVM based on v18 released in early 2024, with two releases per year
|
||||
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 6)))"
|
||||
maxVersion="$((18 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 6)))"
|
||||
compiler=clang
|
||||
;;
|
||||
|
||||
|
@ -31,7 +31,7 @@ case "$compiler" in
|
|||
majorVersion="${version%%.*}"
|
||||
|
||||
# GCC based on v14 released in early 2024, with one release per year
|
||||
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%m) - 3) / 12)))"
|
||||
maxVersion="$((14 + ((($(date +%Y) - 2024) * 12 + $(date +%-m) - 3) / 12)))"
|
||||
compiler=gcc
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"dotnet": "9.0.100-preview.5.24307.3"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24375.3",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1",
|
||||
"Microsoft.Build.NoTargets": "3.7.0",
|
||||
"Microsoft.Build.Traversal": "3.4.0"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче