From 8c0e2d87f1c3599af180224215c09b5ce0c69f7b Mon Sep 17 00:00:00 2001 From: Jamie Winder Date: Fri, 21 Nov 2025 14:34:11 +0000 Subject: [PATCH 1/2] add net9/net10 as target frameworks --- examples/BasicExample/BasicExample.csproj | 2 +- src/CedarDotNet/CedarDotNet.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/BasicExample/BasicExample.csproj b/examples/BasicExample/BasicExample.csproj index 3fd1338..abd67e0 100644 --- a/examples/BasicExample/BasicExample.csproj +++ b/examples/BasicExample/BasicExample.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/CedarDotNet/CedarDotNet.csproj b/src/CedarDotNet/CedarDotNet.csproj index 33ecc09..d5ff3c7 100644 --- a/src/CedarDotNet/CedarDotNet.csproj +++ b/src/CedarDotNet/CedarDotNet.csproj @@ -1,7 +1,7 @@  - net8.0 + net8.0;net9.0;net10.0 enable enable true From 378d99a8e6adcf0735d8c0d3ce5523a33ed18e14 Mon Sep 17 00:00:00 2001 From: Jamie Winder Date: Fri, 21 Nov 2025 14:39:09 +0000 Subject: [PATCH 2/2] tidy sln --- CedarDotNet.slnx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CedarDotNet.slnx b/CedarDotNet.slnx index 1a9a45e..da0eeb2 100644 --- a/CedarDotNet.slnx +++ b/CedarDotNet.slnx @@ -22,10 +22,7 @@ - - - - +