From 8f2f92f9d36a18ffb7b936fc226bca850068bd70 Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Tue, 18 Jul 2023 23:01:21 +0100 Subject: [PATCH] remove dotnet-xunit bet nuget package, update xunit packages --- .../CoreIntegrationTests.csproj | 17 +++++++---------- CoreUnitTests/CoreUnitTests.csproj | 12 ++++++++---- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index 49ae519..dbb6dac 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -8,19 +8,16 @@ - - + + all runtime; build; native; contentfiles; analyzers - - - - - - - ..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Configuration.dll - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/CoreUnitTests/CoreUnitTests.csproj b/CoreUnitTests/CoreUnitTests.csproj index d417073..54fd87a 100644 --- a/CoreUnitTests/CoreUnitTests.csproj +++ b/CoreUnitTests/CoreUnitTests.csproj @@ -13,12 +13,16 @@ - + - - - runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive runtime; build; native; contentfiles; analyzers; buildtransitive