From 3f6c9842d484e6d227d1044796f4bc1f1676677f Mon Sep 17 00:00:00 2001 From: Dominik Jeske Date: Mon, 2 Jun 2025 13:27:52 +0200 Subject: [PATCH] Use .NET 8 or .NET 9 with TargetFramework condition --- src/Wolverine/Wolverine.csproj | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/Wolverine/Wolverine.csproj b/src/Wolverine/Wolverine.csproj index 27f91a09e..b64c16395 100644 --- a/src/Wolverine/Wolverine.csproj +++ b/src/Wolverine/Wolverine.csproj @@ -9,18 +9,32 @@ - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +