From cb3f8604901d2b523f7d8709ff494ebb8bae2ab1 Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 10 Sep 2021 00:59:45 +0200 Subject: [PATCH] - remove .net framework target --- LightweightIocContainer/LightweightIocContainer.csproj | 2 +- .../Test.LightweightIocContainer.csproj | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index c3d9b96..54204ec 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net45 + netstandard2.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. diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj index 8dd45c2..61fac68 100644 --- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj +++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj @@ -1,16 +1,11 @@ - netcoreapp2.1;net45 - + netcoreapp2.1 false - 2.2.0-beta - SimonG - default - 3.0.0-beta