From 9bc2d51ba052f7219aee6e8b42d107bff52a8716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:29:18 +0000 Subject: [PATCH] Bump Microsoft.DotNet.Arcade.Sdk Bumps [Microsoft.DotNet.Arcade.Sdk](https://github.com/dotnet/arcade) from 7.0.0-beta.22601.6 to 7.0.0-beta.23620.3. - [Commits](https://github.com/dotnet/arcade/commits) --- updated-dependencies: - dependency-name: Microsoft.DotNet.Arcade.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.json b/global.json index 7379065..ce7ffe5 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "allowPrerelease" : true, + "allowPrerelease": true, "rollForward": "latestFeature" }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22601.6", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23620.3", "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22601.6" } -} +} \ No newline at end of file