From 50ee006585e90b897a2332af8c9fac6c07c5e2eb Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 17 Dec 2021 12:31:35 +0100 Subject: [PATCH] - update tests to .net 6 --- .../Test.LightweightIocContainer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index f389ff6..9be0550 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 false 3.0.0-beta3 SimonG