Skip to content

Commit ffc517b

Browse files
authored
[main] Update dependencies from dotnet/arcade (#15427)
2 parents 42cb79c + 712d3f8 commit ffc517b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,18 @@
197197
</Dependency>
198198
</ProductDependencies>
199199
<ToolsetDependencies>
200-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23102.4">
200+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23103.1">
201201
<Uri>https://github.com/dotnet/arcade</Uri>
202-
<Sha>afa0b37a066ac10768e49b29c82e5e039e714655</Sha>
202+
<Sha>c453dfef2f41533de5cb03b2115aab9d0dfc74c6</Sha>
203203
<SourceBuild RepoName="arcade" ManagedOnly="true" />
204204
</Dependency>
205-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23102.4">
205+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23103.1">
206206
<Uri>https://github.com/dotnet/arcade</Uri>
207-
<Sha>afa0b37a066ac10768e49b29c82e5e039e714655</Sha>
207+
<Sha>c453dfef2f41533de5cb03b2115aab9d0dfc74c6</Sha>
208208
</Dependency>
209-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23102.4">
209+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23103.1">
210210
<Uri>https://github.com/dotnet/arcade</Uri>
211-
<Sha>afa0b37a066ac10768e49b29c82e5e039e714655</Sha>
211+
<Sha>c453dfef2f41533de5cb03b2115aab9d0dfc74c6</Sha>
212212
</Dependency>
213213
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23101.1">
214214
<Uri>https://github.com/dotnet/arcade-services</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<!-- Dependency from https://github.com/dotnet/arcade -->
29-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23102.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
29+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23103.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
3030
</PropertyGroup>
3131
<PropertyGroup>
3232
<!-- Dependency from https://github.com/dotnet/arcade-services -->

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="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="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="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
@@ -11,7 +11,7 @@
1111
"cmake": "3.21.0"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23102.4",
15-
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23102.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23103.1",
15+
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23103.1"
1616
}
1717
}

0 commit comments

Comments
 (0)