From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:20:42 +0000 (+0000) Subject: Update dependencies from https://github.com/dotnet/arcade build 20220331.2 (#2974) X-Git-Tag: accepted/tizen/unified/20221103.165810~28^2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2687f2f5e3048c042711272cb3bd97ef7c2c8072;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Update dependencies from https://github.com/dotnet/arcade build 20220331.2 (#2974) [main] Update dependencies from dotnet/arcade --- diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ee21c998..1a563e1c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -19,14 +19,14 @@ - + https://github.com/dotnet/arcade - c8a95297e2622251c125aa5c0ef7c822275a792d + e0b311bcd81fc9e27bcf7715dcda62fa38dfa49a - + https://github.com/dotnet/arcade - c8a95297e2622251c125aa5c0ef7c822275a792d + e0b311bcd81fc9e27bcf7715dcda62fa38dfa49a https://github.com/dotnet/installer diff --git a/eng/Versions.props b/eng/Versions.props index 7d31bc806..1281c4f3f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,7 +58,7 @@ 4.7.2 4.7.1 2.0.3 - 7.0.0-beta.22171.2 + 7.0.0-beta.22181.2 10.0.18362 12.0.2 diff --git a/global.json b/global.json index 67e4038d5..0d4a3d4fd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.100", + "dotnet": "7.0.100-preview.2.22153.17", "runtimes": { "dotnet/x64": [ "$(MicrosoftNETCoreApp31Version)", @@ -16,6 +16,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22171.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22181.2" } }