From 8722fe931c6d5a6bd8b4c905652ab2c9cb1b8a75 Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 17 Apr 2024 15:05:15 +0200 Subject: [PATCH] - update .net version and copyright date --- .../LightweightIocContainer.Validation.csproj | 6 +++--- LightweightIocContainer/LightweightIocContainer.csproj | 6 +++--- .../Test.LightweightIocContainer.Validation.csproj | 4 ++-- .../Test.LightweightIocContainer.csproj | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj index 4550697..ad3d2e4 100644 --- a/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj +++ b/LightweightIocContainer.Validation/LightweightIocContainer.Validation.csproj @@ -1,12 +1,12 @@ - net6.0 + net8.0 SimonG - Copyright(c) 2022 SimonG. All Rights Reserved. + Copyright(c) 2024 SimonG. All Rights Reserved. A lightweight IOC Container Validator. https://github.com/SimonG96/LightweightIocContainer - default + latest enable enable LightweightIocContainer.Validation.xml diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 6201596..7e12565 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -1,12 +1,12 @@ - net6.0 + net8.0 SimonG - Copyright(c) 2019 SimonG. All Rights Reserved. + Copyright(c) 2024 SimonG. All Rights Reserved. A lightweight IOC Container that is powerful enough to do all the things you need it to do. https://github.com/SimonG96/LightweightIocContainer - default + latest enable enable LightweightIocContainer.xml diff --git a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj index 044b622..4ecbe6a 100644 --- a/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj +++ b/Test.LightweightIocContainer.Validation/Test.LightweightIocContainer.Validation.csproj @@ -1,10 +1,10 @@ - net6.0 + net8.0 false SimonG - default + latest enable diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 8dadd9a..68ebcc3 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,10 +1,10 @@ - net6.0 + net8.0 false SimonG - default + latest enable