diff --git a/src/KubeUI.UI/KubeUI.UI.csproj b/src/KubeUI.UI/KubeUI.UI.csproj index 8071c46b..f144806d 100644 --- a/src/KubeUI.UI/KubeUI.UI.csproj +++ b/src/KubeUI.UI/KubeUI.UI.csproj @@ -14,7 +14,7 @@ - + diff --git a/src/KubeUI.Web/KubeUI.Web.csproj b/src/KubeUI.Web/KubeUI.Web.csproj index 0b40612a..a86829ec 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 391ba3c2..d3492186 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.101", "rollForward": "latestFeature" } }