From c3f38af00ae15c0d7a0e926fac3cd608b7c60fe3 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 9 Jan 2026 11:21:42 -0700 Subject: [PATCH] #2 Changed TargetFramework to net10 --- source/TinyFmod/TinyFmod.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/TinyFmod/TinyFmod.csproj b/source/TinyFmod/TinyFmod.csproj index bafd05b..1b160da 100644 --- a/source/TinyFmod/TinyFmod.csproj +++ b/source/TinyFmod/TinyFmod.csproj @@ -1,7 +1,7 @@ - net6.0 + net10.0 enable enable