Skip to content

Commit 618058b

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240118.4 (#8709)
[main] Update dependencies from dotnet/arcade
1 parent 44e26b4 commit 618058b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,25 +157,25 @@
157157
</Dependency>
158158
</ProductDependencies>
159159
<ToolsetDependencies>
160-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24068.1">
160+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24068.4">
161161
<Uri>https://github.com/dotnet/arcade</Uri>
162-
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
162+
<Sha>3ce3eaf210b1f815e5f90b33865d8cc5e9ed9849</Sha>
163163
</Dependency>
164-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24068.1">
164+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24068.4">
165165
<Uri>https://github.com/dotnet/arcade</Uri>
166-
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
166+
<Sha>3ce3eaf210b1f815e5f90b33865d8cc5e9ed9849</Sha>
167167
</Dependency>
168-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24068.1">
168+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24068.4">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
170+
<Sha>3ce3eaf210b1f815e5f90b33865d8cc5e9ed9849</Sha>
171171
</Dependency>
172172
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174174
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24068.1">
176+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24068.4">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>c246c9d7bfb98646ec52a18471d075219b26dccc</Sha>
178+
<Sha>3ce3eaf210b1f815e5f90b33865d8cc5e9ed9849</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
181181
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- Packages that come from https://github.com/dotnet/arcade -->
5050
<PropertyGroup>
5151
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24068.1</MicrosoftDotNetCodeAnalysisPackageVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24068.4</MicrosoftDotNetCodeAnalysisPackageVersion>
5353
</PropertyGroup>
5454
<!-- Sourcelink -->
5555
<PropertyGroup>

eng/common/cross/build-rootfs.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ usage()
88
echo "BuildArch can be: arm(default), arm64, armel, armv6, ppc64le, riscv64, s390x, x64, x86"
99
echo "CodeName - optional, Code name for Linux, can be: xenial(default), zesty, bionic, alpine"
1010
echo " for alpine can be specified with version: alpineX.YY or alpineedge"
11-
echo " for FreeBSD can be: freebsd12, freebsd13"
11+
echo " for FreeBSD can be: freebsd13, freebsd14"
1212
echo " for illumos can be: illumos"
1313
echo " for Haiku can be: haiku."
1414
echo "lldbx.y - optional, LLDB version, can be: lldb3.9(default), lldb4.0, lldb5.0, lldb6.0 no-lldb. Ignored for alpine and FreeBSD"
@@ -71,9 +71,9 @@ __AlpinePackages+=" krb5-dev"
7171
__AlpinePackages+=" openssl-dev"
7272
__AlpinePackages+=" zlib-dev"
7373

74-
__FreeBSDBase="12.4-RELEASE"
75-
__FreeBSDPkg="1.17.0"
76-
__FreeBSDABI="12"
74+
__FreeBSDBase="13.2-RELEASE"
75+
__FreeBSDPkg="1.20.0"
76+
__FreeBSDABI="13"
7777
__FreeBSDPackages="libunwind"
7878
__FreeBSDPackages+=" icu"
7979
__FreeBSDPackages+=" libinotify"
@@ -334,14 +334,14 @@ while :; do
334334
__AlpineVersion="$__AlpineMajorVersion.$__AlpineMinoVersion"
335335
fi
336336
;;
337-
freebsd12)
337+
freebsd13)
338338
__CodeName=freebsd
339339
__SkipUnmount=1
340340
;;
341-
freebsd13)
341+
freebsd14)
342342
__CodeName=freebsd
343-
__FreeBSDBase="13.2-RELEASE"
344-
__FreeBSDABI="13"
343+
__FreeBSDBase="14.0-RELEASE"
344+
__FreeBSDABI="14"
345345
__SkipUnmount=1
346346
;;
347347
illumos)

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24068.1",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24068.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24068.4",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24068.4"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-alpha.1.23615.4"

0 commit comments

Comments
 (0)