From 066ef12c4feb0896513f77bf4b0cd50a7b8c1041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 15 Sep 2024 17:02:28 +0200 Subject: [PATCH] Remove the .NET 7.0 reference from global.json --- global.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global.json b/global.json index ba19711a3..df93ea465 100644 --- a/global.json +++ b/global.json @@ -10,8 +10,7 @@ "runtimes": { "aspnetcore": [ - "6.0.32", - "7.0.20" + "6.0.32" ] } },