From 27e1832911739e169ba1dce79b11122863fdcd04 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Fri, 14 Apr 2023 08:36:09 -0700 Subject: [PATCH] Use latest .NET SDKs with security patches. --- global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.json b/global.json index ed6506965..0b64d5377 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "7.0.101", + "version": "7.0.203", "rollForward": "latestFeature" }, "additionalSdks": [ - "3.1.425", - "6.0.403" + "3.1.426", + "6.0.408" ] }