From f4517a809d995f3e163a8283f2adc596134e377c Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 31 Aug 2022 12:38:38 +0200 Subject: [PATCH] - update to .net 6.0 - update nuget packages --- .../LightweightIocContainer.csproj | 6 +++--- .../Test.LightweightIocContainer.csproj | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index f65b55b..f2a03be 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 SimonG Copyright(c) 2019 SimonG. All Rights Reserved. A lightweight IOC Container that is powerful enough to do all the things you need it to do. @@ -9,7 +9,7 @@ default enable LightweightIocContainer.xml - 3.0.1 + 4.0.0-beta @@ -26,7 +26,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 1a7b1cd..9062876 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -5,15 +5,15 @@ false SimonG default - 3.0.1 + 4.0.0-beta - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive