From 527a4d64f5376c55bc156ec83c39e3c13c2c9168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:29:46 +0000 Subject: [PATCH] Bump Microsoft.DotNet.SharedFramework.Sdk Bumps [Microsoft.DotNet.SharedFramework.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.SharedFramework.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..793745d 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.SharedFramework.Sdk": "7.0.0-beta.22601.6" + "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.23620.3" } -} +} \ No newline at end of file