From c7cc91ea5b59a9914bc3fb9c53d6a354f7251fa9 Mon Sep 17 00:00:00 2001 From: KlaasWhite <45828001+KlaasWhite@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:17:23 +0100 Subject: [PATCH] Update to net10 * Update to net10 * Update harmonylib --- DummyProgram/DummyProgram.csproj | 2 +- StarMap.API/StarMap.API.csproj | 2 +- StarMap.Core/StarMap.Core.csproj | 6 +++--- StarMap.Types/StarMap.Types.csproj | 2 +- StarMap/StarMap.csproj | 4 ++-- StarMapLoader/StarMapLoader.csproj | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DummyProgram/DummyProgram.csproj b/DummyProgram/DummyProgram.csproj index d2b3efd..0bdd1d7 100644 --- a/DummyProgram/DummyProgram.csproj +++ b/DummyProgram/DummyProgram.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable KSA diff --git a/StarMap.API/StarMap.API.csproj b/StarMap.API/StarMap.API.csproj index 28e99b1..1a0285a 100644 --- a/StarMap.API/StarMap.API.csproj +++ b/StarMap.API/StarMap.API.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/StarMap.Core/StarMap.Core.csproj b/StarMap.Core/StarMap.Core.csproj index 4bb237c..cf2929a 100644 --- a/StarMap.Core/StarMap.Core.csproj +++ b/StarMap.Core/StarMap.Core.csproj @@ -1,13 +1,13 @@  - net9.0 + net10.0 enable enable - + @@ -20,7 +20,7 @@ - + runtime diff --git a/StarMap.Types/StarMap.Types.csproj b/StarMap.Types/StarMap.Types.csproj index 290fcc2..2105e2d 100644 --- a/StarMap.Types/StarMap.Types.csproj +++ b/StarMap.Types/StarMap.Types.csproj @@ -1,6 +1,6 @@  - net9.0 + net10.0 enable enable diff --git a/StarMap/StarMap.csproj b/StarMap/StarMap.csproj index fb71fb5..b268f94 100644 --- a/StarMap/StarMap.csproj +++ b/StarMap/StarMap.csproj @@ -2,13 +2,13 @@ Exe - net9.0 + net10.0 enable enable - + diff --git a/StarMapLoader/StarMapLoader.csproj b/StarMapLoader/StarMapLoader.csproj index 955a821..958de87 100644 --- a/StarMapLoader/StarMapLoader.csproj +++ b/StarMapLoader/StarMapLoader.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable