From 3dc558318eb97085af7c3942f982d8929254e663 Mon Sep 17 00:00:00 2001 From: Tig Date: Mon, 20 May 2024 06:54:02 -0600 Subject: [PATCH] Updated to support dotnet8 --- Terminal.Gui/Terminal.Gui.csproj | 2 +- UICatalog/UICatalog.csproj | 2 +- UnitTests/UnitTests.csproj | 2 +- global.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 94f958238..7f2b64cda 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -20,7 +20,7 @@ portable - net472;netstandard2.1;net7.0 + net472;netstandard2.1;net8.0 Terminal.Gui Terminal.Gui true diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index c392c2c4b..5f414eb3d 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 9.0 UICatalog.UICatalogApp Linux diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index e1aa2dbd9..a8115194b 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 Preview diff --git a/global.json b/global.json index cf0511e14..7b2527f81 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk":{ - "version":"7.0.200", + "version":"8.0.204", "rollForward":"latestMinor" } }