From 4b77a6ce4a99b258f5e030b8feef0cd0ccb48c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Michel?= Date: Mon, 23 May 2022 03:13:06 +0200 Subject: [PATCH] update multiple nuget package (#742) --- src/ApplicationCore/ApplicationCore.csproj | 2 +- src/Infrastructure/Infrastructure.csproj | 4 ++-- src/PublicApi/PublicApi.csproj | 8 ++++---- src/Web/Web.csproj | 10 +++++----- tests/FunctionalTests/FunctionalTests.csproj | 4 ++-- tests/IntegrationTests/IntegrationTests.csproj | 6 +++--- .../PublicApiIntegrationTests.csproj | 2 +- tests/UnitTests/UnitTests.csproj | 4 ++-- 8 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/ApplicationCore/ApplicationCore.csproj b/src/ApplicationCore/ApplicationCore.csproj index e42acd4..2e28339 100644 --- a/src/ApplicationCore/ApplicationCore.csproj +++ b/src/ApplicationCore/ApplicationCore.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 9ef42dc..11d44a3 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -8,9 +8,9 @@ - + - + diff --git a/src/PublicApi/PublicApi.csproj b/src/PublicApi/PublicApi.csproj index c8ce197..8311508 100644 --- a/src/PublicApi/PublicApi.csproj +++ b/src/PublicApi/PublicApi.csproj @@ -20,17 +20,17 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index ce59533..a93b921 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -20,20 +20,20 @@ - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj index e0ebd15..2a6f293 100644 --- a/tests/FunctionalTests/FunctionalTests.csproj +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -16,13 +16,13 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj index 16910d0..1ad4c44 100644 --- a/tests/IntegrationTests/IntegrationTests.csproj +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -7,9 +7,9 @@ - - - + + + all diff --git a/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj b/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj index ee8464d..aa15120 100644 --- a/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj +++ b/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj @@ -21,7 +21,7 @@ - + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index 63363be..a285942 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -11,8 +11,8 @@ - - + + all