From d86573570f3645053cb4d6d49fdcf48b16e31de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Tue, 3 Dec 2024 09:53:46 +0100 Subject: [PATCH] Use latest patched runtimes --- global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index b49cd4628a..aa3eb167a6 100644 --- a/global.json +++ b/global.json @@ -4,15 +4,15 @@ "runtimes": { "dotnet": [ "3.1.32", - "6.0.33", + "6.0.36", "7.0.20", - "8.0.8" + "8.0.11" ], "dotnet/x86": [ - "8.0.8" + "8.0.11" ], "aspnetcore": [ - "8.0.8" + "8.0.11" ] }, "vs": {