From c6f0dd72ca1857226be1f92221f88cbd8653bcb6 Mon Sep 17 00:00:00 2001 From: "Matthew Parker [SSW]" <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:32:58 +1000 Subject: [PATCH] bump dependencies --- global.json | 2 +- src/Application/Application.csproj | 8 ++++---- src/Domain/Domain.csproj | 6 +++--- src/Infrastructure/Infrastructure.csproj | 8 ++++---- src/WebUI/WebUI.csproj | 8 ++++---- tests/Application.UnitTests/Application.UnitTests.csproj | 4 ++-- .../WebAPI.IntegrationTests.csproj | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) 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