diff --git a/src/Ecommerce.Admin.Web/Ecommerce.Admin.Web.csproj b/src/Ecommerce.Admin.Web/Ecommerce.Admin.Web.csproj index cbaae44..c17c0d9 100644 --- a/src/Ecommerce.Admin.Web/Ecommerce.Admin.Web.csproj +++ b/src/Ecommerce.Admin.Web/Ecommerce.Admin.Web.csproj @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/src/Ecommerce.AppHost/Ecommerce.AppHost.csproj b/src/Ecommerce.AppHost/Ecommerce.AppHost.csproj index bf2dd17..e5dbf6e 100644 --- a/src/Ecommerce.AppHost/Ecommerce.AppHost.csproj +++ b/src/Ecommerce.AppHost/Ecommerce.AppHost.csproj @@ -5,13 +5,13 @@ - - - - + + + + - - + + diff --git a/src/Ecommerce.Auth/Ecommerce.Auth.Infrastructure/Ecommerce.Auth.Infrastructure.csproj b/src/Ecommerce.Auth/Ecommerce.Auth.Infrastructure/Ecommerce.Auth.Infrastructure.csproj index 0e82881..2a51576 100644 --- a/src/Ecommerce.Auth/Ecommerce.Auth.Infrastructure/Ecommerce.Auth.Infrastructure.csproj +++ b/src/Ecommerce.Auth/Ecommerce.Auth.Infrastructure/Ecommerce.Auth.Infrastructure.csproj @@ -6,13 +6,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Ecommerce.Auth/Ecommerce.Auth.IntegrationTests/Ecommerce.Auth.IntegrationTests.csproj b/src/Ecommerce.Auth/Ecommerce.Auth.IntegrationTests/Ecommerce.Auth.IntegrationTests.csproj index 75f1b36..ea53d4d 100644 --- a/src/Ecommerce.Auth/Ecommerce.Auth.IntegrationTests/Ecommerce.Auth.IntegrationTests.csproj +++ b/src/Ecommerce.Auth/Ecommerce.Auth.IntegrationTests/Ecommerce.Auth.IntegrationTests.csproj @@ -2,10 +2,10 @@ - + - + diff --git a/src/Ecommerce.Auth/Ecommerce.Auth.UnitTests/Ecommerce.Auth.UnitTests.csproj b/src/Ecommerce.Auth/Ecommerce.Auth.UnitTests/Ecommerce.Auth.UnitTests.csproj index c5c6b02..8dc5bf6 100644 --- a/src/Ecommerce.Auth/Ecommerce.Auth.UnitTests/Ecommerce.Auth.UnitTests.csproj +++ b/src/Ecommerce.Auth/Ecommerce.Auth.UnitTests/Ecommerce.Auth.UnitTests.csproj @@ -1,14 +1,14 @@ - + - + - + diff --git a/src/Ecommerce.Catalog/Ecommerce.Catalog.Infrastructure/Ecommerce.Catalog.Infrastructure.csproj b/src/Ecommerce.Catalog/Ecommerce.Catalog.Infrastructure/Ecommerce.Catalog.Infrastructure.csproj index 2a112f8..7516c6a 100644 --- a/src/Ecommerce.Catalog/Ecommerce.Catalog.Infrastructure/Ecommerce.Catalog.Infrastructure.csproj +++ b/src/Ecommerce.Catalog/Ecommerce.Catalog.Infrastructure/Ecommerce.Catalog.Infrastructure.csproj @@ -6,13 +6,13 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + diff --git a/src/Ecommerce.Catalog/Ecommerce.Catalog.IntegrationTests/Ecommerce.Catalog.IntegrationTests.csproj b/src/Ecommerce.Catalog/Ecommerce.Catalog.IntegrationTests/Ecommerce.Catalog.IntegrationTests.csproj index a9933b4..6a4d1c5 100644 --- a/src/Ecommerce.Catalog/Ecommerce.Catalog.IntegrationTests/Ecommerce.Catalog.IntegrationTests.csproj +++ b/src/Ecommerce.Catalog/Ecommerce.Catalog.IntegrationTests/Ecommerce.Catalog.IntegrationTests.csproj @@ -2,11 +2,11 @@ - + - + - + diff --git a/src/Ecommerce.Catalog/Ecommerce.Catalog.UnitTests/Ecommerce.Catalog.UnitTests.csproj b/src/Ecommerce.Catalog/Ecommerce.Catalog.UnitTests/Ecommerce.Catalog.UnitTests.csproj index feadce9..d75c216 100644 --- a/src/Ecommerce.Catalog/Ecommerce.Catalog.UnitTests/Ecommerce.Catalog.UnitTests.csproj +++ b/src/Ecommerce.Catalog/Ecommerce.Catalog.UnitTests/Ecommerce.Catalog.UnitTests.csproj @@ -1,13 +1,13 @@  - + - + diff --git a/src/Ecommerce.Kernel/Ecommerce.Kernel.API/Ecommerce.Kernel.API.csproj b/src/Ecommerce.Kernel/Ecommerce.Kernel.API/Ecommerce.Kernel.API.csproj index b1de009..ab92429 100644 --- a/src/Ecommerce.Kernel/Ecommerce.Kernel.API/Ecommerce.Kernel.API.csproj +++ b/src/Ecommerce.Kernel/Ecommerce.Kernel.API/Ecommerce.Kernel.API.csproj @@ -11,10 +11,11 @@ - + - - + + + diff --git a/src/Ecommerce.Kernel/Ecommerce.Kernel.Application/Ecommerce.Kernel.Application.csproj b/src/Ecommerce.Kernel/Ecommerce.Kernel.Application/Ecommerce.Kernel.Application.csproj index 0edfc05..f3aab1d 100644 --- a/src/Ecommerce.Kernel/Ecommerce.Kernel.Application/Ecommerce.Kernel.Application.csproj +++ b/src/Ecommerce.Kernel/Ecommerce.Kernel.Application/Ecommerce.Kernel.Application.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/Ecommerce.Kernel/Ecommerce.Kernel.Infrastructure/Ecommerce.Kernel.Infrastructure.csproj b/src/Ecommerce.Kernel/Ecommerce.Kernel.Infrastructure/Ecommerce.Kernel.Infrastructure.csproj index 903f58a..70facb7 100644 --- a/src/Ecommerce.Kernel/Ecommerce.Kernel.Infrastructure/Ecommerce.Kernel.Infrastructure.csproj +++ b/src/Ecommerce.Kernel/Ecommerce.Kernel.Infrastructure/Ecommerce.Kernel.Infrastructure.csproj @@ -6,10 +6,12 @@ - - - - + + + + + + diff --git a/src/Ecommerce.Kernel/Ecommerce.Kernel.IntegrationTests/Ecommerce.Kernel.IntegrationTests.csproj b/src/Ecommerce.Kernel/Ecommerce.Kernel.IntegrationTests/Ecommerce.Kernel.IntegrationTests.csproj index 03c8137..173f33f 100644 --- a/src/Ecommerce.Kernel/Ecommerce.Kernel.IntegrationTests/Ecommerce.Kernel.IntegrationTests.csproj +++ b/src/Ecommerce.Kernel/Ecommerce.Kernel.IntegrationTests/Ecommerce.Kernel.IntegrationTests.csproj @@ -2,14 +2,14 @@ - - + + - + - + diff --git a/src/Ecommerce.Kernel/Ecommerce.Kernel.UnitTests/Ecommerce.Kernel.UnitTests.csproj b/src/Ecommerce.Kernel/Ecommerce.Kernel.UnitTests/Ecommerce.Kernel.UnitTests.csproj index 2dfe8ca..11a4454 100644 --- a/src/Ecommerce.Kernel/Ecommerce.Kernel.UnitTests/Ecommerce.Kernel.UnitTests.csproj +++ b/src/Ecommerce.Kernel/Ecommerce.Kernel.UnitTests/Ecommerce.Kernel.UnitTests.csproj @@ -1,13 +1,13 @@ - + - +