diff --git a/clean-architecture/Application/Application.csproj b/clean-architecture/Application/Application.csproj index 6d5e49d..570f3e9 100644 --- a/clean-architecture/Application/Application.csproj +++ b/clean-architecture/Application/Application.csproj @@ -16,7 +16,7 @@ - + diff --git a/clean-architecture/Infrastructure/Infrastructure.csproj b/clean-architecture/Infrastructure/Infrastructure.csproj index 049f189..293f62d 100644 --- a/clean-architecture/Infrastructure/Infrastructure.csproj +++ b/clean-architecture/Infrastructure/Infrastructure.csproj @@ -7,14 +7,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/clean-architecture/Tests/Application.Tests/Application.Tests.csproj b/clean-architecture/Tests/Application.Tests/Application.Tests.csproj index 159fe1c..a50d0c1 100644 --- a/clean-architecture/Tests/Application.Tests/Application.Tests.csproj +++ b/clean-architecture/Tests/Application.Tests/Application.Tests.csproj @@ -7,7 +7,7 @@ Microsoft.Testing.Platform - + diff --git a/clean-architecture/Tests/Infrastructure.Tests/Infrastructure.Tests.csproj b/clean-architecture/Tests/Infrastructure.Tests/Infrastructure.Tests.csproj index daa756f..2373bfe 100644 --- a/clean-architecture/Tests/Infrastructure.Tests/Infrastructure.Tests.csproj +++ b/clean-architecture/Tests/Infrastructure.Tests/Infrastructure.Tests.csproj @@ -8,7 +8,7 @@ - + diff --git a/clean-architecture/Tests/WebAPI.Tests/WebAPI.Tests.csproj b/clean-architecture/Tests/WebAPI.Tests/WebAPI.Tests.csproj index 14c3abf..5698005 100644 --- a/clean-architecture/Tests/WebAPI.Tests/WebAPI.Tests.csproj +++ b/clean-architecture/Tests/WebAPI.Tests/WebAPI.Tests.csproj @@ -7,11 +7,11 @@ Microsoft.Testing.Platform - + - + diff --git a/clean-architecture/WebAPI/WebAPI.csproj b/clean-architecture/WebAPI/WebAPI.csproj index 96ac9ba..533c894 100644 --- a/clean-architecture/WebAPI/WebAPI.csproj +++ b/clean-architecture/WebAPI/WebAPI.csproj @@ -10,16 +10,16 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - +