From bc9dc5952fe44e49eecb0cf793da4fb1f7212f44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 15 Nov 2023 13:15:10 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231114.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23563.1 -> To Version 9.0.0-beta.23564.3 --- eng/Version.Details.xml | 8 ++++---- global.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f11e2f22b6..57cdf3d72c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -29,14 +29,14 @@ - + https://github.com/dotnet/arcade - e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e + b1e52f70fee51ea06ca106d07aec876c68b7d113 - + https://github.com/dotnet/arcade - e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e + b1e52f70fee51ea06ca106d07aec876c68b7d113 diff --git a/global.json b/global.json index 5908a39dba..0102f6a7e5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.100-rtm.23506.1", + "dotnet": "8.0.100", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppRefPackageVersion)" @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23563.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23564.3" } }