From 640d7ba664c17ad73db2ca8391fe8cf13e486e6c Mon Sep 17 00:00:00 2001 From: Spirtix Date: Thu, 26 Jun 2025 17:43:59 +0200 Subject: [PATCH] switch to .net 9 --- src/sodoff.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sodoff.csproj b/src/sodoff.csproj index b8fe201..83633a9 100644 --- a/src/sodoff.csproj +++ b/src/sodoff.csproj @@ -1,7 +1,7 @@  - net6.0 + net9.0 enable enable true