diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 62a9814..c94b609 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
- name: Build
run: |
./build.ps1 publish
diff --git a/build/Build.cs b/build/Build.cs
index 97817ac..b9ca047 100644
--- a/build/Build.cs
+++ b/build/Build.cs
@@ -47,7 +47,7 @@ public Build()
AbsolutePath ArtifactsDirectory => RootDirectory / "artifacts";
- readonly string RunTime = "win10-x64";
+ readonly string RunTime = "win-x64";
[UsedImplicitly]
diff --git a/build/_build.csproj b/build/_build.csproj
index b9eaf25..69d2920 100644
--- a/build/_build.csproj
+++ b/build/_build.csproj
@@ -2,12 +2,13 @@
Exe
- net7.0
+ net8.0
CS0649;CS0169
..
..
1
+ true
diff --git a/src/Mono.Terminal/Mono.Terminal.csproj b/src/Mono.Terminal/Mono.Terminal.csproj
index bf12ae6..8339a18 100644
--- a/src/Mono.Terminal/Mono.Terminal.csproj
+++ b/src/Mono.Terminal/Mono.Terminal.csproj
@@ -1,7 +1,7 @@
- net7.0
+ net8.0
diff --git a/src/cde/cde.csproj b/src/cde/cde.csproj
index 613a6e4..29f342f 100644
--- a/src/cde/cde.csproj
+++ b/src/cde/cde.csproj
@@ -3,7 +3,7 @@
Exe
- net7.0
+ net8.0
win-x64;linux-x64;osx-x64
Resources\CDE-logo-02_GFI.ico
en
@@ -20,19 +20,19 @@
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/cdeLib/cdeLib.csproj b/src/cdeLib/cdeLib.csproj
index 17b1210..73808c7 100644
--- a/src/cdeLib/cdeLib.csproj
+++ b/src/cdeLib/cdeLib.csproj
@@ -1,7 +1,7 @@
- net7.0
+ net8.0
@@ -10,23 +10,23 @@
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
-
+
-
+
diff --git a/src/cdeLibTest/cdeLibTest.csproj b/src/cdeLibTest/cdeLibTest.csproj
index 55c763a..ba79fb3 100644
--- a/src/cdeLibTest/cdeLibTest.csproj
+++ b/src/cdeLibTest/cdeLibTest.csproj
@@ -1,7 +1,7 @@
- net7.0
+ net8.0
@@ -16,15 +16,15 @@
-
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/src/cdeWin/cdeWin.csproj b/src/cdeWin/cdeWin.csproj
index d867739..0e2892f 100644
--- a/src/cdeWin/cdeWin.csproj
+++ b/src/cdeWin/cdeWin.csproj
@@ -2,10 +2,11 @@
WinExe
- net7.0-windows7.0
+ net8.0-windows10.0.17763.0
true
win-x64
Resources\CDE-logo-02_GFI.ico
+ 10.0.17763.0
@@ -25,10 +26,10 @@
-
-
+
+
-
+
diff --git a/src/cdeWinTest/cdeWinTest.csproj b/src/cdeWinTest/cdeWinTest.csproj
index 523c052..c33ca79 100644
--- a/src/cdeWinTest/cdeWinTest.csproj
+++ b/src/cdeWinTest/cdeWinTest.csproj
@@ -1,15 +1,16 @@
- net7.0-windows
+ net8.0-windows10.0.17763.0
true
+ 10.0.17763.0
-
-
+
+
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive