From a084d01bd70c7dd7d2f406c01e139c4141480c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Henrique=20Inoc=C3=AAncio=20Borba=20Ferreira?= Date: Tue, 23 Apr 2024 14:04:07 -0700 Subject: [PATCH] Update dotnet SDK to 8.0.204 --- build/dotnet6-compat/global.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dotnet6-compat/global.json b/build/dotnet6-compat/global.json index 41d32277df..675b3f5d70 100644 --- a/build/dotnet6-compat/global.json +++ b/build/dotnet6-compat/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "6.0.420" + "version": "6.0.421" } } diff --git a/global.json b/global.json index 65405ec9c4..789477d342 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.202" + "version": "8.0.204" } }