From 59de4eada9235dd50c1cb0021d0cb8bdcabdc611 Mon Sep 17 00:00:00 2001 From: Timerix Date: Fri, 20 Sep 2024 01:42:17 +0500 Subject: [PATCH] target only netstandard 2.0 and 2.1 --- DTLib.Ben.Demystifier.csproj | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/DTLib.Ben.Demystifier.csproj b/DTLib.Ben.Demystifier.csproj index 6a0de4d..e55dcd5 100644 --- a/DTLib.Ben.Demystifier.csproj +++ b/DTLib.Ben.Demystifier.csproj @@ -2,7 +2,7 @@ DTLib.Ben.Demystifier - 1.0.6 + 1.0.7 Timerix netstandard2.0 fork of Ben.Demystifier GIT @@ -10,10 +10,9 @@ https://github.com/Timerix22/DTLib.Ben.Demystifier Release MIT - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - netstandard2.0;net6.0;net7.0;net8.0 - embedded + netstandard2.0;netstandard2.1 + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb 12 enable @@ -21,9 +20,9 @@ - - - + + +