From 76e9f5610778071d6b3c037340cb09dcb75a2f86 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Tue, 24 Dec 2024 11:45:42 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=B3=D1=80=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20=D1=81=20.net=208=20=D0=BD=D0=B0=20.net=209.=20=D0=9E?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DD.Persistence.API/DD.Persistence.API.csproj | 10 +++++----- DD.Persistence.App/DD.Persistence.App.csproj | 8 ++++---- DD.Persistence.App/appsettings.Tests.json | 2 +- DD.Persistence.Client/DD.Persistence.Client.csproj | 6 +++--- .../DD.Persistence.Database.Postgres.csproj | 6 +++--- .../DD.Persistence.Database.csproj | 6 +++--- .../DD.Persistence.IntegrationTests.csproj | 13 ++++++++----- .../DD.Persistence.Repository.csproj | 2 +- DD.Persistence/DD.Persistence.csproj | 6 +++--- 9 files changed, 31 insertions(+), 28 deletions(-) diff --git a/DD.Persistence.API/DD.Persistence.API.csproj b/DD.Persistence.API/DD.Persistence.API.csproj index 5f4159b..5ed1097 100644 --- a/DD.Persistence.API/DD.Persistence.API.csproj +++ b/DD.Persistence.API/DD.Persistence.API.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable Linux @@ -16,10 +16,10 @@ - - - - + + + + diff --git a/DD.Persistence.App/DD.Persistence.App.csproj b/DD.Persistence.App/DD.Persistence.App.csproj index 3985241..52f1408 100644 --- a/DD.Persistence.App/DD.Persistence.App.csproj +++ b/DD.Persistence.App/DD.Persistence.App.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable 8dcdcfed-c959-4eef-9891-ae60b1b136ea @@ -14,9 +14,9 @@ - - - + + + diff --git a/DD.Persistence.App/appsettings.Tests.json b/DD.Persistence.App/appsettings.Tests.json index 72c43d3..9934757 100644 --- a/DD.Persistence.App/appsettings.Tests.json +++ b/DD.Persistence.App/appsettings.Tests.json @@ -1,6 +1,6 @@ { "DbConnection": { - "Host": "postgres", + "Host": "localhost", "Port": 5432, "Database": "persistence", "Username": "postgres", diff --git a/DD.Persistence.Client/DD.Persistence.Client.csproj b/DD.Persistence.Client/DD.Persistence.Client.csproj index 2943076..d1ae186 100644 --- a/DD.Persistence.Client/DD.Persistence.Client.csproj +++ b/DD.Persistence.Client/DD.Persistence.Client.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable true @@ -49,11 +49,11 @@ - + - + diff --git a/DD.Persistence.Database.Postgres/DD.Persistence.Database.Postgres.csproj b/DD.Persistence.Database.Postgres/DD.Persistence.Database.Postgres.csproj index e86ac4d..bf406a6 100644 --- a/DD.Persistence.Database.Postgres/DD.Persistence.Database.Postgres.csproj +++ b/DD.Persistence.Database.Postgres/DD.Persistence.Database.Postgres.csproj @@ -1,17 +1,17 @@  - net8.0 + net9.0 enable enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/DD.Persistence.Database/DD.Persistence.Database.csproj b/DD.Persistence.Database/DD.Persistence.Database.csproj index c1db678..9303e6a 100644 --- a/DD.Persistence.Database/DD.Persistence.Database.csproj +++ b/DD.Persistence.Database/DD.Persistence.Database.csproj @@ -1,14 +1,14 @@  - net8.0 + net9.0 enable enable - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DD.Persistence.IntegrationTests/DD.Persistence.IntegrationTests.csproj b/DD.Persistence.IntegrationTests/DD.Persistence.IntegrationTests.csproj index d452985..7f1ad80 100644 --- a/DD.Persistence.IntegrationTests/DD.Persistence.IntegrationTests.csproj +++ b/DD.Persistence.IntegrationTests/DD.Persistence.IntegrationTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -10,14 +10,17 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DD.Persistence.Repository/DD.Persistence.Repository.csproj b/DD.Persistence.Repository/DD.Persistence.Repository.csproj index 09ea5a5..75803db 100644 --- a/DD.Persistence.Repository/DD.Persistence.Repository.csproj +++ b/DD.Persistence.Repository/DD.Persistence.Repository.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/DD.Persistence/DD.Persistence.csproj b/DD.Persistence/DD.Persistence.csproj index f43aaa4..f1c1782 100644 --- a/DD.Persistence/DD.Persistence.csproj +++ b/DD.Persistence/DD.Persistence.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true @@ -17,8 +17,8 @@ - - + +