From 0b85befe79129697d3c7fec8b62d9439c4040414 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:24:55 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230421.8 (#1576) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++++---------- eng/common/cross/build-rootfs.sh | 2 +- global.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dfaa95ce..d13da614 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - d75baf71a09ed067b48f484f29efc4e7f3e3df13 + fc43dcf6508c135e6743889311d86992da080f30 - + https://github.com/dotnet/arcade - d75baf71a09ed067b48f484f29efc4e7f3e3df13 + fc43dcf6508c135e6743889311d86992da080f30 - + https://github.com/dotnet/arcade - d75baf71a09ed067b48f484f29efc4e7f3e3df13 + fc43dcf6508c135e6743889311d86992da080f30 - + https://github.com/dotnet/arcade - d75baf71a09ed067b48f484f29efc4e7f3e3df13 + fc43dcf6508c135e6743889311d86992da080f30 - + https://github.com/dotnet/arcade - d75baf71a09ed067b48f484f29efc4e7f3e3df13 + fc43dcf6508c135e6743889311d86992da080f30 https://github.com/dotnet/arcade-services diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 1deadcc6..79bb058a 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -70,7 +70,7 @@ __AlpinePackages+=" krb5-dev" __AlpinePackages+=" openssl-dev" __AlpinePackages+=" zlib-dev" -__FreeBSDBase="12.3-RELEASE" +__FreeBSDBase="12.4-RELEASE" __FreeBSDPkg="1.17.0" __FreeBSDABI="12" __FreeBSDPackages="libunwind" diff --git a/global.json b/global.json index 57fe57e7..c73618c2 100644 --- a/global.json +++ b/global.json @@ -14,6 +14,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23220.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23221.8" } }