From 066aa949da4268a488ccfbdf65b8624fb35b423a Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 10 Sep 2021 01:07:09 +0200 Subject: [PATCH] - update to .net5 --- .../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 005c9a2..8d0b586 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - netcoreapp2.1 + net5.0 false 2.2.0-beta SimonG