From d0746404cd2b6695899831bfaae44705895ba36b Mon Sep 17 00:00:00 2001 From: anth64 Date: Tue, 2 Jun 2026 22:53:55 +0200 Subject: [PATCH] build: upgrade target framework to net10 --- CommandHook/CommandHook.csproj | 22 ++++++++++++---------- ZZCakeBuild/CakeBuild.csproj | 8 ++++---- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CommandHook/CommandHook.csproj b/CommandHook/CommandHook.csproj index 5749ab8..e5f5e36 100644 --- a/CommandHook/CommandHook.csproj +++ b/CommandHook/CommandHook.csproj @@ -1,10 +1,12 @@ - + - net8.0 + net10.0 false bin\$(Configuration)\Mods\mod enable + true + true @@ -50,16 +52,16 @@ - - + + PreserveNewest - - + + - - + + PreserveNewest - - + + diff --git a/ZZCakeBuild/CakeBuild.csproj b/ZZCakeBuild/CakeBuild.csproj index e3faeeb..78f83ed 100644 --- a/ZZCakeBuild/CakeBuild.csproj +++ b/ZZCakeBuild/CakeBuild.csproj @@ -1,19 +1,19 @@ Exe - net8.0 + net10.0 $(MSBuildProjectDirectory) - + - + $(VINTAGE_STORY)/VintagestoryAPI.dll - \ No newline at end of file +