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