From 73afff90b6e6700b393021f16fbf55018d9a533c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:25:48 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- src/KubeUI.Core/KubeUI.Core.csproj | 2 +- src/KubeUI.UI/KubeUI.UI.csproj | 2 +- src/KubeUI.WPF/KubeUI.WPF.csproj | 2 +- src/KubeUI.Web/KubeUI.Web.csproj | 4 ++-- src/global.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/KubeUI.Core/KubeUI.Core.csproj b/src/KubeUI.Core/KubeUI.Core.csproj index 9e0c3ee9..1a2d17ad 100644 --- a/src/KubeUI.Core/KubeUI.Core.csproj +++ b/src/KubeUI.Core/KubeUI.Core.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/KubeUI.UI/KubeUI.UI.csproj b/src/KubeUI.UI/KubeUI.UI.csproj index b83c5300..43ab616c 100644 --- a/src/KubeUI.UI/KubeUI.UI.csproj +++ b/src/KubeUI.UI/KubeUI.UI.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/KubeUI.WPF/KubeUI.WPF.csproj b/src/KubeUI.WPF/KubeUI.WPF.csproj index b6b1fb5a..3139aefe 100644 --- a/src/KubeUI.WPF/KubeUI.WPF.csproj +++ b/src/KubeUI.WPF/KubeUI.WPF.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/KubeUI.Web/KubeUI.Web.csproj b/src/KubeUI.Web/KubeUI.Web.csproj index 4bd4866b..1e1b8339 100644 --- a/src/KubeUI.Web/KubeUI.Web.csproj +++ b/src/KubeUI.Web/KubeUI.Web.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/global.json b/src/global.json index be44e527..0650fccd 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.204", "rollForward": "latestFeature" } }