From 9215a5792efd51597ae23e904e3563056eb2698b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:33:29 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#16071) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 2 +- global.json | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af8e4c557..8cdd330a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - e5c569253a4cecd110830acbf1ffae96d5a37cc6 + 17d9eee32f20a6af0ebb620254a22f601d159578 - + https://github.com/dotnet/arcade - e5c569253a4cecd110830acbf1ffae96d5a37cc6 + 17d9eee32f20a6af0ebb620254a22f601d159578 - + https://github.com/dotnet/arcade - e5c569253a4cecd110830acbf1ffae96d5a37cc6 + 17d9eee32f20a6af0ebb620254a22f601d159578 https://github.com/dotnet/arcade-services @@ -223,14 +223,14 @@ 02ee87c8a232a9786b56cd2102cf318559e72210 - + https://github.com/dotnet/sourcelink 759f344923a0859f3fae83431d0ba1cc62108118 - + https://github.com/dotnet/xliff-tasks - a0d9b0e10c67721157c066abb9210d1e3e774014 + 519d565b45c46ac452fe5a77ab63295138992e07 diff --git a/eng/Versions.props b/eng/Versions.props index c5b45b7de..c9a2175bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 8.0.0-beta.23210.3 + 8.0.0-beta.23211.8 diff --git a/global.json b/global.json index 81617e22f..97875b19a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "8.0.100-preview.1.23115.2", + "dotnet": "8.0.100-preview.3.23178.7", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23210.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23210.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23211.8", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23211.8" } }