Skip to content

Commit 920ae4c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240327.1 (#457)
[main] Update dependencies from dotnet/arcade
1 parent a581332 commit 920ae4c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24176.8">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24177.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
8+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24176.8">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24177.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>48e9e0d2164de0535446809364724da8962123a6</Sha>
12+
<Sha>b17b2a1bb7da23253043dee059f374b00f3e321a</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/native/init-compiler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ -z "$CLR_CC" ]; then
6363
# Set default versions
6464
if [ -z "$majorVersion" ]; then
6565
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
66-
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"
66+
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"
6767
elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
6868

6969
for version in $versions; do

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "8.0.101"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24176.8",
7-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24176.8"
6+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24177.1",
7+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24177.1"
88
}
99
}

0 commit comments

Comments
 (0)