From 86bc72733458da813b8b713420d9238743c3998c Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 14 Dec 2021 16:21:36 +0100 Subject: [PATCH] - update to .net 5 - update version --- LightweightIocContainer/LightweightIocContainer.csproj | 6 +++--- .../Test.LightweightIocContainer.csproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index 145106b..2541b06 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net5.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,11 +9,11 @@ default true https://github.com/SimonG96/LightweightIocContainer - 2.2.0-beta + 3.0.0-beta3 3.0.0.0 3.0.0.0 LICENSE.md - 3.0.0-beta2 + 3.0.0-beta3 README.md enable diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index d995069..3fa48c1 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -3,10 +3,10 @@ net5.0 false - 2.2.0-beta + 3.0.0-beta3 SimonG default - 3.0.0-beta2 + 3.0.0-beta3