From d35f696e12bbdbd5c663bc85fdbdc343a16096e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Wed, 10 Apr 2024 16:16:05 +0200 Subject: [PATCH] Update .NET runtimes to latest patch version (#2687) --- global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.json b/global.json index 095d6c13c..ed0056349 100644 --- a/global.json +++ b/global.json @@ -4,9 +4,9 @@ "runtimes": { "dotnet": [ "3.1.32", - "6.0.28", - "7.0.17", - "8.0.3" + "6.0.29", + "7.0.18", + "8.0.4" ] }, "vs": {