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 @@ - - + +