From 735c362f31e2ba56837ad3bb6c139de7016f9338 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 9 Apr 2024 13:06:03 -0700 Subject: [PATCH 1/2] Update to April Servicing --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index d41ce31005d..3efddc6b8af 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "8.0.101", + "version": "8.0.104", "rollForward": "latestFeature" }, "tools": { - "dotnet": "8.0.101" + "dotnet": "8.0.104" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1", From 4f95293f392f5f0a8304bf47a59a2e9e2b3a320d Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 14 May 2024 14:47:26 -0700 Subject: [PATCH 2/2] May --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 3efddc6b8af..831006caf7f 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "8.0.104", + "version": "8.0.105", "rollForward": "latestFeature" }, "tools": { - "dotnet": "8.0.104" + "dotnet": "8.0.105" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1",