From 3caeedc08fb57fd842d17cc3d19fd1dc3161e818 Mon Sep 17 00:00:00 2001 From: neozhu Date: Sat, 11 Nov 2023 18:28:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20Upgrade=20the=20libraries=20to?= =?UTF-8?q?=20the=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Application/Application.csproj | 12 ++++---- src/Domain/Domain.csproj | 4 +-- src/Infrastructure/Infrastructure.csproj | 30 +++++++++---------- src/Server/Server.csproj | 14 ++++----- .../Application.IntegrationTests.csproj | 4 +-- .../Application.UnitTests.csproj | 4 +-- .../Domain.UnitTests/Domain.UnitTests.csproj | 4 +-- 7 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index 411b4e7c6..a491f0f69 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -13,15 +13,15 @@ - - + + - - - + + + - + diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj index 04d37963e..871b5a46e 100644 --- a/src/Domain/Domain.csproj +++ b/src/Domain/Domain.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index db80b553f..eeff72ab4 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -11,32 +11,32 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + - - + + diff --git a/src/Server/Server.csproj b/src/Server/Server.csproj index 98cfc12a3..e7f9c30de 100644 --- a/src/Server/Server.csproj +++ b/src/Server/Server.csproj @@ -10,18 +10,18 @@ - - + + - + - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj index 917f85d29..651990c46 100644 --- a/tests/Application.IntegrationTests/Application.IntegrationTests.csproj +++ b/tests/Application.IntegrationTests/Application.IntegrationTests.csproj @@ -19,8 +19,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Application.UnitTests/Application.UnitTests.csproj b/tests/Application.UnitTests/Application.UnitTests.csproj index 866c80585..e014a5084 100644 --- a/tests/Application.UnitTests/Application.UnitTests.csproj +++ b/tests/Application.UnitTests/Application.UnitTests.csproj @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Domain.UnitTests/Domain.UnitTests.csproj b/tests/Domain.UnitTests/Domain.UnitTests.csproj index 52e6a4a2a..42f84c1b5 100644 --- a/tests/Domain.UnitTests/Domain.UnitTests.csproj +++ b/tests/Domain.UnitTests/Domain.UnitTests.csproj @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive