From a8ea724dcce4fc09a4167ddc25e1f089ed3a56ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Mon, 6 Feb 2023 21:24:33 +0100 Subject: [PATCH] chore: remove unnecessary target framework netstandard2.1 for Core tests --- Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj index 8cac215..c8d9743 100644 --- a/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj +++ b/Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj @@ -2,7 +2,7 @@ enable - net7.0;netstandard2.1 + net7.0 enable 10 -- 2.48.1