From 2ae163207ce283e5f85c17244530e70e30acbce9 Mon Sep 17 00:00:00 2001 From: Simon Gruber Date: Tue, 14 Apr 2026 16:55:00 +0200 Subject: [PATCH] Upgrade to net10 --- ToonSharp.Tests/ToonSharp.Tests.csproj | 2 +- ToonSharp/ToonSharp.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ToonSharp.Tests/ToonSharp.Tests.csproj b/ToonSharp.Tests/ToonSharp.Tests.csproj index c0535be..c34f669 100644 --- a/ToonSharp.Tests/ToonSharp.Tests.csproj +++ b/ToonSharp.Tests/ToonSharp.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable false diff --git a/ToonSharp/ToonSharp.csproj b/ToonSharp/ToonSharp.csproj index f6a69c2..e9d9520 100644 --- a/ToonSharp/ToonSharp.csproj +++ b/ToonSharp/ToonSharp.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable 12