From c5b8ffd88519aac963c327ff74665fab93f3202f Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Mon, 25 Nov 2024 14:41:26 +0100 Subject: [PATCH] - use .net 9 for unit tests --- .../Test.LightweightIocContainer.Validation.csproj | 2 +- .../Test.LightweightIocContainer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj index 1ea4a65..e716491 100644 --- a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj +++ b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 false SimonG default diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 2ca221f..ce75ffa 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 false SimonG default