From 7b544a500b9c0128e16df6727b08dc16a4fc3850 Mon Sep 17 00:00:00 2001 From: Massimiliano D'Acunzo Date: Wed, 15 Apr 2026 11:57:04 +0100 Subject: [PATCH] Updated /NET version to 10.0.202 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 3a59dff9..96e3a2ab 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.201", + "version": "10.0.202", "rollForward": "latestMajor" } }