From 1dc09fc22e1f3ae0c8c61ebb27a5f1fca0b02cab Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Fri, 29 Nov 2024 16:28:12 +0100 Subject: [PATCH] Align Xunit versions --- tests/Doc/Doc.csproj | 4 ++-- tests/NRedisStack.Tests/NRedisStack.Tests.csproj | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/Doc/Doc.csproj b/tests/Doc/Doc.csproj index fefcd82a..bfd504b2 100644 --- a/tests/Doc/Doc.csproj +++ b/tests/Doc/Doc.csproj @@ -15,8 +15,8 @@ all - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/NRedisStack.Tests/NRedisStack.Tests.csproj b/tests/NRedisStack.Tests/NRedisStack.Tests.csproj index 4d67d398..dac59cf1 100644 --- a/tests/NRedisStack.Tests/NRedisStack.Tests.csproj +++ b/tests/NRedisStack.Tests/NRedisStack.Tests.csproj @@ -26,7 +26,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +