From fc817bf94e0e9072ca79a9841413efeaa1d4f944 Mon Sep 17 00:00:00 2001 From: Ivan Sentemon Date: Sun, 29 Dec 2024 09:39:23 +0100 Subject: [PATCH] Update test project dependencies to latest versions --- .../AuthService.Domain.Tests.csproj | 8 ++++++++ .../PostService.Application.Tests.csproj | 6 +++--- .../PostService.Domain.Tests.csproj | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/backend/tests/AuthService/AuthService.Domain.Tests/AuthService.Domain.Tests.csproj b/backend/tests/AuthService/AuthService.Domain.Tests/AuthService.Domain.Tests.csproj index ad0d422..02d6f10 100644 --- a/backend/tests/AuthService/AuthService.Domain.Tests/AuthService.Domain.Tests.csproj +++ b/backend/tests/AuthService/AuthService.Domain.Tests/AuthService.Domain.Tests.csproj @@ -7,9 +7,17 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/backend/tests/PostService/PostService.Application.Tests/PostService.Application.Tests.csproj b/backend/tests/PostService/PostService.Application.Tests/PostService.Application.Tests.csproj index bc3e0d1..5731a46 100644 --- a/backend/tests/PostService/PostService.Application.Tests/PostService.Application.Tests.csproj +++ b/backend/tests/PostService/PostService.Application.Tests/PostService.Application.Tests.csproj @@ -7,17 +7,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/backend/tests/PostService/PostService.Domain.Tests/PostService.Domain.Tests.csproj b/backend/tests/PostService/PostService.Domain.Tests/PostService.Domain.Tests.csproj index d6a95ec..75087dc 100644 --- a/backend/tests/PostService/PostService.Domain.Tests/PostService.Domain.Tests.csproj +++ b/backend/tests/PostService/PostService.Domain.Tests/PostService.Domain.Tests.csproj @@ -7,14 +7,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive