Skip to content

Commit 2a60072

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20231028.2 (#51744)
[main] Update dependencies from dotnet/arcade
1 parent 0bffc80 commit 2a60072

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -371,26 +371,26 @@
371371
<Uri>https://github.com/dotnet/winforms</Uri>
372372
<Sha>ed09954430eae1fe23ce3afd92930301bcd70a8d</Sha>
373373
</Dependency>
374-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23518.2">
374+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23528.2">
375375
<Uri>https://github.com/dotnet/arcade</Uri>
376-
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha>
376+
<Sha>bb2b4326ddf03d86c92bd125dba87e9d8df63463</Sha>
377377
<SourceBuild RepoName="arcade" ManagedOnly="true" />
378378
</Dependency>
379-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23518.2">
379+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23528.2">
380380
<Uri>https://github.com/dotnet/arcade</Uri>
381-
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha>
381+
<Sha>bb2b4326ddf03d86c92bd125dba87e9d8df63463</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.23518.2">
383+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.23528.2">
384384
<Uri>https://github.com/dotnet/arcade</Uri>
385-
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha>
385+
<Sha>bb2b4326ddf03d86c92bd125dba87e9d8df63463</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23518.2">
387+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23528.2">
388388
<Uri>https://github.com/dotnet/arcade</Uri>
389-
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha>
389+
<Sha>bb2b4326ddf03d86c92bd125dba87e9d8df63463</Sha>
390390
</Dependency>
391-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.23518.2">
391+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.23528.2">
392392
<Uri>https://github.com/dotnet/arcade</Uri>
393-
<Sha>6a5ca678aef84f34a1fccc46f76623f41da56553</Sha>
393+
<Sha>bb2b4326ddf03d86c92bd125dba87e9d8df63463</Sha>
394394
</Dependency>
395395
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.0.0-alpha.1.23522.1">
396396
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@
160160
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
161161
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
162162
<!-- Packages from dotnet/arcade -->
163-
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.23518.2</MicrosoftDotNetBuildTasksInstallersVersion>
164-
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.23518.2</MicrosoftDotNetBuildTasksTemplatingVersion>
165-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.23518.2</MicrosoftDotNetRemoteExecutorVersion>
163+
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.23528.2</MicrosoftDotNetBuildTasksInstallersVersion>
164+
<MicrosoftDotNetBuildTasksTemplatingVersion>9.0.0-beta.23528.2</MicrosoftDotNetBuildTasksTemplatingVersion>
165+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.23528.2</MicrosoftDotNetRemoteExecutorVersion>
166166
<!-- Packages from dotnet/source-build-externals -->
167167
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>9.0.0-alpha.1.23518.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
168168
<!-- Packages from dotnet/source-build-reference-packages -->

eng/common/cross/toolchain.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if(TARGET_ARCH_NAME STREQUAL "arm")
4040
set(TOOLCHAIN "arm-linux-gnueabihf")
4141
endif()
4242
if(TIZEN)
43-
set(TIZEN_TOOLCHAIN "armv7hl-tizen-linux-gnueabihf/13.1.0")
43+
set(TIZEN_TOOLCHAIN "armv7hl-tizen-linux-gnueabihf/9.2.0")
4444
endif()
4545
elseif(TARGET_ARCH_NAME STREQUAL "arm64")
4646
set(CMAKE_SYSTEM_PROCESSOR aarch64)
@@ -49,7 +49,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "arm64")
4949
elseif(LINUX)
5050
set(TOOLCHAIN "aarch64-linux-gnu")
5151
if(TIZEN)
52-
set(TIZEN_TOOLCHAIN "aarch64-tizen-linux-gnu/13.1.0")
52+
set(TIZEN_TOOLCHAIN "aarch64-tizen-linux-gnu/9.2.0")
5353
endif()
5454
elseif(FREEBSD)
5555
set(triple "aarch64-unknown-freebsd12")
@@ -58,7 +58,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "armel")
5858
set(CMAKE_SYSTEM_PROCESSOR armv7l)
5959
set(TOOLCHAIN "arm-linux-gnueabi")
6060
if(TIZEN)
61-
set(TIZEN_TOOLCHAIN "armv7l-tizen-linux-gnueabi/13.1.0")
61+
set(TIZEN_TOOLCHAIN "armv7l-tizen-linux-gnueabi/9.2.0")
6262
endif()
6363
elseif(TARGET_ARCH_NAME STREQUAL "armv6")
6464
set(CMAKE_SYSTEM_PROCESSOR armv6l)
@@ -98,7 +98,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "x64")
9898
elseif(LINUX)
9999
set(TOOLCHAIN "x86_64-linux-gnu")
100100
if(TIZEN)
101-
set(TIZEN_TOOLCHAIN "x86_64-tizen-linux-gnu/13.1.0")
101+
set(TIZEN_TOOLCHAIN "x86_64-tizen-linux-gnu/9.2.0")
102102
endif()
103103
elseif(FREEBSD)
104104
set(triple "x86_64-unknown-freebsd12")
@@ -115,7 +115,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "x86")
115115
set(TOOLCHAIN "i686-linux-gnu")
116116
endif()
117117
if(TIZEN)
118-
set(TIZEN_TOOLCHAIN "i586-tizen-linux-gnu/13.1.0")
118+
set(TIZEN_TOOLCHAIN "i586-tizen-linux-gnu/9.2.0")
119119
endif()
120120
else()
121121
message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only arm, arm64, armel, armv6, ppc64le, riscv64, s390x, x64 and x86 are supported!")

eng/common/tools.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
158158
$env:DOTNET_MULTILEVEL_LOOKUP=0
159159

160160
# Disable first run since we do not need all ASP.NET packages restored.
161-
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
161+
$env:DOTNET_NOLOGO=1
162162

163163
# Disable telemetry on CI.
164164
if ($ci) {
@@ -228,7 +228,7 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
228228
Write-PipelinePrependPath -Path $dotnetRoot
229229

230230
Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0'
231-
Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1'
231+
Write-PipelineSetVariable -Name 'DOTNET_NOLOGO' -Value '1'
232232

233233
return $global:_DotNetInstallDir = $dotnetRoot
234234
}

eng/common/tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function InitializeDotNetCli {
112112
export DOTNET_MULTILEVEL_LOOKUP=0
113113

114114
# Disable first run since we want to control all package sources
115-
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
115+
export DOTNET_NOLOGO=1
116116

117117
# Disable telemetry on CI
118118
if [[ $ci == true ]]; then
@@ -165,7 +165,7 @@ function InitializeDotNetCli {
165165
Write-PipelinePrependPath -path "$dotnet_root"
166166

167167
Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0"
168-
Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1"
168+
Write-PipelineSetVariable -name "DOTNET_NOLOGO" -value "1"
169169

170170
# return value
171171
_InitializeDotNetCli="$dotnet_root"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23518.2",
31-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23518.2"
30+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23528.2",
31+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23528.2"
3232
}
3333
}

0 commit comments

Comments
 (0)