From 578a021cf8c655dcacfa37b14c3576a6d94e701b Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Mon, 1 Dec 2025 10:11:51 +0100 Subject: [PATCH] - update to .net 10 - update nuget packages --- .../LightweightIocContainer.Validation.csproj | 2 +- LightweightIocContainer/LightweightIocContainer.csproj | 2 +- .../Test.LightweightIocContainer.Validation.csproj | 10 +++++----- .../Test.LightweightIocContainer.csproj | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj index 15b7b53..e9ff946 100644 --- a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj +++ b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj @@ -1,7 +1,7 @@ - net6.0 + net10.0 SimonG Copyright(c) 2025 SimonG. All Rights Reserved. A lightweight IOC Container Validator. diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 0ffc0ec..d0fda26 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - net6.0 + net10.0 SimonG Copyright(c) 2025 SimonG. All Rights Reserved. A lightweight IOC Container that is powerful enough to do all the things you need it to do. diff --git a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj index e716491..9af3782 100644 --- a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj +++ b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 false SimonG default @@ -9,11 +9,11 @@ - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index ce75ffa..ddbde95 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 false SimonG default @@ -9,11 +9,11 @@ - - + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive