From b4e184046f1d61ddae08eb0c5c133148a905e1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Michel?= Date: Thu, 21 Jul 2022 15:27:29 +0200 Subject: [PATCH] Fix/issue 756 (#762) * fix issue https://github.com/dotnet-architecture/eShopOnWeb/issues/756 * update all nuget package --- src/ApplicationCore/ApplicationCore.csproj | 4 +-- src/BlazorAdmin/BlazorAdmin.csproj | 10 +++---- src/BlazorShared/BlazorShared.csproj | 2 +- src/Infrastructure/Infrastructure.csproj | 10 +++---- src/PublicApi/PublicApi.csproj | 28 +++++++++---------- src/Web/Web.csproj | 26 ++++++++--------- tests/FunctionalTests/FunctionalTests.csproj | 4 +-- .../IntegrationTests/IntegrationTests.csproj | 2 +- .../PublicApiIntegrationTests.csproj | 2 +- 9 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/ApplicationCore/ApplicationCore.csproj b/src/ApplicationCore/ApplicationCore.csproj index 2e28339..9a54122 100644 --- a/src/ApplicationCore/ApplicationCore.csproj +++ b/src/ApplicationCore/ApplicationCore.csproj @@ -7,10 +7,10 @@ - + - + diff --git a/src/BlazorAdmin/BlazorAdmin.csproj b/src/BlazorAdmin/BlazorAdmin.csproj index 94117d2..89b52cd 100644 --- a/src/BlazorAdmin/BlazorAdmin.csproj +++ b/src/BlazorAdmin/BlazorAdmin.csproj @@ -7,11 +7,11 @@ - - - - - + + + + + diff --git a/src/BlazorShared/BlazorShared.csproj b/src/BlazorShared/BlazorShared.csproj index e2e2fb2..60b1af8 100644 --- a/src/BlazorShared/BlazorShared.csproj +++ b/src/BlazorShared/BlazorShared.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 850d000..36efa14 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/src/PublicApi/PublicApi.csproj b/src/PublicApi/PublicApi.csproj index 2d08078..148a58a 100644 --- a/src/PublicApi/PublicApi.csproj +++ b/src/PublicApi/PublicApi.csproj @@ -13,24 +13,24 @@ - - - - - - - - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index 24be0dd..fd6c3d0 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -14,26 +14,26 @@ - - + + - - - - - - - - - - + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj index 2a6f293..a678f0e 100644 --- a/tests/FunctionalTests/FunctionalTests.csproj +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -15,14 +15,14 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj index 1ad4c44..acf201c 100644 --- a/tests/IntegrationTests/IntegrationTests.csproj +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -7,7 +7,7 @@ - + diff --git a/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj b/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj index aa15120..9783fea 100644 --- a/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj +++ b/tests/PublicApiIntegrationTests/PublicApiIntegrationTests.csproj @@ -20,7 +20,7 @@ - +