From 34470a3abd41a1f6278916582d1228230e629f96 Mon Sep 17 00:00:00 2001 From: Dmitry Uvarov Date: Thu, 29 Jun 2023 16:09:59 +0300 Subject: [PATCH] Drop .NetStandard 1.1 support --- source/DefaultEcs/DefaultEcs.csproj | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/DefaultEcs/DefaultEcs.csproj b/source/DefaultEcs/DefaultEcs.csproj index 5e2386b..63b87c8 100644 --- a/source/DefaultEcs/DefaultEcs.csproj +++ b/source/DefaultEcs/DefaultEcs.csproj @@ -1,7 +1,6 @@  - netstandard1.1; netstandard2.0; netstandard2.1; @@ -13,10 +12,7 @@ - - - - +