diff --git a/global.json b/global.json index 063292a..e44d5b4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.202", + "version": "8.0.204", "rollForward": "latestFeature", "allowPrerelease": false } diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index 0dac4f3..aea5ed2 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -5,11 +5,11 @@ enable - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj index 26a58c7..1cbdeb3 100644 --- a/src/Domain/Domain.csproj +++ b/src/Domain/Domain.csproj @@ -5,12 +5,12 @@ enable - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 8738506..adc7ee4 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -5,11 +5,11 @@ enable - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/WebUI/WebUI.csproj b/src/WebUI/WebUI.csproj index a778780..2519738 100644 --- a/src/WebUI/WebUI.csproj +++ b/src/WebUI/WebUI.csproj @@ -6,10 +6,10 @@ RZ2012 - - - - + + + + diff --git a/tests/Application.UnitTests/Application.UnitTests.csproj b/tests/Application.UnitTests/Application.UnitTests.csproj index 38ee7f6..fbe8784 100644 --- a/tests/Application.UnitTests/Application.UnitTests.csproj +++ b/tests/Application.UnitTests/Application.UnitTests.csproj @@ -10,8 +10,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj b/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj index bd514e0..21cad71 100644 --- a/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj +++ b/tests/WebAPI.IntegrationTests/WebAPI.IntegrationTests.csproj @@ -8,8 +8,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all