From 357a0725f182124e2885429d45ec7eccf541dd53 Mon Sep 17 00:00:00 2001 From: JasonTaylorDev Date: Wed, 17 Apr 2024 08:51:10 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Upgrade=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Packages.props | 48 +++++++++---------- src/Infrastructure/Infrastructure.csproj | 10 +++- .../Application.FunctionalTests.csproj | 5 +- .../Application.UnitTests.csproj | 5 +- .../Domain.UnitTests/Domain.UnitTests.csproj | 5 +- .../Infrastructure.IntegrationTests.csproj | 5 +- 6 files changed, 48 insertions(+), 30 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f61046dc7..9ed80b3d8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,47 +4,47 @@ true - + - - - + + + - + - - - - - + + + + + - + - - - + + + - + - + - + - + - - - + + + - - + + - + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index d3db63fd8..8b02d1844 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -26,8 +26,14 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Application.FunctionalTests/Application.FunctionalTests.csproj b/tests/Application.FunctionalTests/Application.FunctionalTests.csproj index 06aaeaecd..2ed39d3b0 100644 --- a/tests/Application.FunctionalTests/Application.FunctionalTests.csproj +++ b/tests/Application.FunctionalTests/Application.FunctionalTests.csproj @@ -26,7 +26,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Application.UnitTests/Application.UnitTests.csproj b/tests/Application.UnitTests/Application.UnitTests.csproj index 3812dff35..33014d2cd 100644 --- a/tests/Application.UnitTests/Application.UnitTests.csproj +++ b/tests/Application.UnitTests/Application.UnitTests.csproj @@ -13,7 +13,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Domain.UnitTests/Domain.UnitTests.csproj b/tests/Domain.UnitTests/Domain.UnitTests.csproj index 2f03e561e..133fbe693 100644 --- a/tests/Domain.UnitTests/Domain.UnitTests.csproj +++ b/tests/Domain.UnitTests/Domain.UnitTests.csproj @@ -13,7 +13,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Infrastructure.IntegrationTests/Infrastructure.IntegrationTests.csproj b/tests/Infrastructure.IntegrationTests/Infrastructure.IntegrationTests.csproj index 85c5542ea..fb9cc7c76 100644 --- a/tests/Infrastructure.IntegrationTests/Infrastructure.IntegrationTests.csproj +++ b/tests/Infrastructure.IntegrationTests/Infrastructure.IntegrationTests.csproj @@ -13,7 +13,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +