From bb478ee905fbd516dd4c1e4b3e7911767e863232 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Mon, 20 May 2024 14:11:00 +0200 Subject: [PATCH] Pin to .NET SDK 8.0.2xx --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 391ba3c2a..d031a7632 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", - "rollForward": "latestFeature" + "version": "8.0.200", + "rollForward": "latestPatch" } }