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