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..7aee6262 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..30b501b7 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..a4ef1cac 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..e972eb19 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.201", + "version": "8.0.300", "rollForward": "latestFeature" } }