From f8f814dd1608cd83b14f0b44977e461ee22c7d1e Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Mon, 15 Jun 2026 00:27:32 +0200 Subject: [PATCH] Removed targeting for .Net 9 --- DISandbox/DISandbox.csproj | 2 +- Syrette/Syrette.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DISandbox/DISandbox.csproj b/DISandbox/DISandbox.csproj index a52c250..a4dda08 100644 --- a/DISandbox/DISandbox.csproj +++ b/DISandbox/DISandbox.csproj @@ -2,9 +2,9 @@ Exe - net9.0 enable enable + net10.0;net8.0 diff --git a/Syrette/Syrette.csproj b/Syrette/Syrette.csproj index 3df761a..56dda63 100644 --- a/Syrette/Syrette.csproj +++ b/Syrette/Syrette.csproj @@ -23,7 +23,7 @@ Samuele Lorefice true true - net8.0;net9.0;net10.0 + net10.0;net8.0 true true