From 40a116efcb689eb757f6655a6b3f0fb63d151236 Mon Sep 17 00:00:00 2001 From: Andrei Sergeev Date: Thu, 15 Feb 2024 01:08:55 +0400 Subject: [PATCH] Setup xUnit tests --- .../Failure.Tests/Failure.Tests.csproj | 13 +++++-------- .../Result.Tests/Result.Tests.csproj | 5 +---- src/core-taggeds/Taggeds.Tests/Taggeds.Tests.csproj | 5 +---- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/src/core-taggeds-failure/Failure.Tests/Failure.Tests.csproj b/src/core-taggeds-failure/Failure.Tests/Failure.Tests.csproj index 5ce498ab..f03cbb43 100644 --- a/src/core-taggeds-failure/Failure.Tests/Failure.Tests.csproj +++ b/src/core-taggeds-failure/Failure.Tests/Failure.Tests.csproj @@ -16,22 +16,19 @@ - - - - + - runtime; build; native; contentfiles; analyzers; buildtransitive all - - runtime; build; native; contentfiles; analyzers; buildtransitive - all + + + + diff --git a/src/core-taggeds-result/Result.Tests/Result.Tests.csproj b/src/core-taggeds-result/Result.Tests/Result.Tests.csproj index 7a565fe2..66adf18c 100644 --- a/src/core-taggeds-result/Result.Tests/Result.Tests.csproj +++ b/src/core-taggeds-result/Result.Tests/Result.Tests.csproj @@ -16,15 +16,12 @@ + - runtime; build; native; contentfiles; analyzers; buildtransitive all - - runtime; build; native; contentfiles; analyzers; buildtransitive - all diff --git a/src/core-taggeds/Taggeds.Tests/Taggeds.Tests.csproj b/src/core-taggeds/Taggeds.Tests/Taggeds.Tests.csproj index 0a81cce5..8dea4d2e 100644 --- a/src/core-taggeds/Taggeds.Tests/Taggeds.Tests.csproj +++ b/src/core-taggeds/Taggeds.Tests/Taggeds.Tests.csproj @@ -16,15 +16,12 @@ + - runtime; build; native; contentfiles; analyzers; buildtransitive all - - runtime; build; native; contentfiles; analyzers; buildtransitive - all