From d900b1c83452b88f36067d7b989496770feea27b Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 30 Aug 2025 15:52:03 +0200 Subject: [PATCH] upgrade to net9.0 --- DeployReadme.txt | 2 +- TIAM.Core/TIAM.Core.csproj | 8 +-- TIAM.Database.Test/TIAM.Database.Test.csproj | 52 +++++++-------- TIAM.Database/TIAM.Database.csproj | 32 ++++----- TIAM.Database/TIAM.Database.csproj.bak | 22 +++---- .../TIAM.Entities.Server.csproj | 2 +- TIAM.Entities/TIAM.Entities.csproj | 18 ++--- TIAM.Models.Server/TIAM.Models.Server.csproj | 20 +++--- TIAM.Models/TIAM.Models.csproj | 22 +++---- .../TIAM.Services.Server.Tests.csproj | 44 ++++++------- .../TIAM.Services.Server.csproj | 28 ++++---- TIAM.Services/TIAM.Services.csproj | 12 ++-- TIAMMobileApp/TIAMMobileApp.csproj | 35 ++++++---- TIAMResources/TIAM.Resources.csproj | 2 +- TIAMSharedUI/TIAMSharedUI.csproj | 22 +++---- TIAMSharedUI/TIAMSharedUI.csproj.bak | 16 ++--- .../PublishProfiles/FolderProfile.pubxml | 2 +- TIAMWebApp/Client/TIAMWebApp.Client.csproj | 28 ++++---- TIAMWebApp/Server/Program.cs | 66 +++++++++---------- .../PublishProfiles/FolderProfile1.pubxml | 2 +- .../ReleaseDeployProfile.pubxml | 2 +- TIAMWebApp/Server/TIAMWebApp.Server.csproj | 52 +++++++-------- .../TIAMWebApp.Shared.Application.csproj | 32 ++++----- .../Tiam.Services.Client.Tests.csproj | 24 +++---- 24 files changed, 277 insertions(+), 268 deletions(-) diff --git a/DeployReadme.txt b/DeployReadme.txt index 69482a11..93d596df 100644 --- a/DeployReadme.txt +++ b/DeployReadme.txt @@ -1,5 +1,5 @@ aycode.core rebuild product mode -copy: \AyCode.Core\AyCode.Services.Server\bin\Product\net8.0 to \AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0 +copy: \AyCode.Core\AyCode.Services.Server\bin\Product\net9.0 to \AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0 Setting.cs baseurl átállítani: devrelease test.touriam.com, release:touriam.com program.cs-ben átírni a kívánt portot 7116-ról megnézni a Loglevelt és ha olyan, átállítani TiamConstClient.DefaultLogLevelClient diff --git a/TIAM.Core/TIAM.Core.csproj b/TIAM.Core/TIAM.Core.csproj index 0b829b7b..523268a6 100644 --- a/TIAM.Core/TIAM.Core.csproj +++ b/TIAM.Core/TIAM.Core.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 enable enable @@ -11,13 +11,13 @@ - + - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll diff --git a/TIAM.Database.Test/TIAM.Database.Test.csproj b/TIAM.Database.Test/TIAM.Database.Test.csproj index fe454c77..29e2d10d 100644 --- a/TIAM.Database.Test/TIAM.Database.Test.csproj +++ b/TIAM.Database.Test/TIAM.Database.Test.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -22,17 +22,17 @@ - - - - - - - - - - - + + + + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -47,46 +47,46 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Database.Tests\bin\Debug\net8.0\AyCode.Core.Tests.dll + ..\..\AyCode.Core\AyCode.Database.Tests\bin\Debug\net9.0\AyCode.Core.Tests.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Database.Tests\bin\Debug\net8.0\AyCode.Database.Tests.dll + ..\..\AyCode.Core\AyCode.Database.Tests\bin\Debug\net9.0\AyCode.Database.Tests.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Database/TIAM.Database.csproj b/TIAM.Database/TIAM.Database.csproj index aa503f88..a6deafa2 100644 --- a/TIAM.Database/TIAM.Database.csproj +++ b/TIAM.Database/TIAM.Database.csproj @@ -1,17 +1,17 @@ - + - net8.0 + net9.0 enable enable - - - - + + + + @@ -34,34 +34,34 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Database/TIAM.Database.csproj.bak b/TIAM.Database/TIAM.Database.csproj.bak index 1a5f2b4e..52791b52 100644 --- a/TIAM.Database/TIAM.Database.csproj.bak +++ b/TIAM.Database/TIAM.Database.csproj.bak @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable @@ -34,34 +34,34 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Entities.Server/TIAM.Entities.Server.csproj b/TIAM.Entities.Server/TIAM.Entities.Server.csproj index 30402ac0..0d2df0d1 100644 --- a/TIAM.Entities.Server/TIAM.Entities.Server.csproj +++ b/TIAM.Entities.Server/TIAM.Entities.Server.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable diff --git a/TIAM.Entities/TIAM.Entities.csproj b/TIAM.Entities/TIAM.Entities.csproj index 4516ea29..511d5ea0 100644 --- a/TIAM.Entities/TIAM.Entities.csproj +++ b/TIAM.Entities/TIAM.Entities.csproj @@ -1,29 +1,29 @@ - + - net8.0 + net9.0 enable enable - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll @@ -32,7 +32,7 @@ - + diff --git a/TIAM.Models.Server/TIAM.Models.Server.csproj b/TIAM.Models.Server/TIAM.Models.Server.csproj index da7fe4cd..14cc2b07 100644 --- a/TIAM.Models.Server/TIAM.Models.Server.csproj +++ b/TIAM.Models.Server/TIAM.Models.Server.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -19,31 +19,31 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Models/TIAM.Models.csproj b/TIAM.Models/TIAM.Models.csproj index b610560d..a32a8ad6 100644 --- a/TIAM.Models/TIAM.Models.csproj +++ b/TIAM.Models/TIAM.Models.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -26,34 +26,34 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Services.Server.Tests/TIAM.Services.Server.Tests.csproj b/TIAM.Services.Server.Tests/TIAM.Services.Server.Tests.csproj index 889235d8..2361df11 100644 --- a/TIAM.Services.Server.Tests/TIAM.Services.Server.Tests.csproj +++ b/TIAM.Services.Server.Tests/TIAM.Services.Server.Tests.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 enable enable @@ -22,14 +22,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + @@ -45,49 +45,49 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net8.0\AyCode.Core.Tests.dll + ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net9.0\AyCode.Core.Tests.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net8.0\AyCode.Database.Tests.dll + ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net9.0\AyCode.Database.Tests.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net8.0\AyCode.Services.Server.Tests.dll + ..\..\AyCode.Core\AyCode.Services.Server.Tests\bin\Debug\net9.0\AyCode.Services.Server.Tests.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Services.Server/TIAM.Services.Server.csproj b/TIAM.Services.Server/TIAM.Services.Server.csproj index 6c4cb449..50863b11 100644 --- a/TIAM.Services.Server/TIAM.Services.Server.csproj +++ b/TIAM.Services.Server/TIAM.Services.Server.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -31,7 +31,7 @@ - + @@ -47,40 +47,40 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAM.Services/TIAM.Services.csproj b/TIAM.Services/TIAM.Services.csproj index a78390c0..a27de7dc 100644 --- a/TIAM.Services/TIAM.Services.csproj +++ b/TIAM.Services/TIAM.Services.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -18,19 +18,19 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll diff --git a/TIAMMobileApp/TIAMMobileApp.csproj b/TIAMMobileApp/TIAMMobileApp.csproj index c81b49b6..bb3ed696 100644 --- a/TIAMMobileApp/TIAMMobileApp.csproj +++ b/TIAMMobileApp/TIAMMobileApp.csproj @@ -1,9 +1,9 @@  - net8.0-maccatalyst;net8.0-ios;net8.0-android34.0 - - + + net9.0-maccatalyst;net9.0-ios;net9.0-android35.0 + Exe TIAMMobileApp true @@ -24,10 +24,11 @@ 14.2 14.0 - 29.0 + 31.0 10.0.17763.0 10.0.17763.0 - 6.5 + 6.5 + enable @@ -50,9 +51,9 @@ - - - + + + @@ -70,20 +71,28 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll + + + + + + + + diff --git a/TIAMResources/TIAM.Resources.csproj b/TIAMResources/TIAM.Resources.csproj index 1558dc55..f610300c 100644 --- a/TIAMResources/TIAM.Resources.csproj +++ b/TIAMResources/TIAM.Resources.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable diff --git a/TIAMSharedUI/TIAMSharedUI.csproj b/TIAMSharedUI/TIAMSharedUI.csproj index 0b760adb..36263d11 100644 --- a/TIAMSharedUI/TIAMSharedUI.csproj +++ b/TIAMSharedUI/TIAMSharedUI.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -20,9 +20,9 @@ - - - + + + @@ -36,25 +36,25 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAMSharedUI/TIAMSharedUI.csproj.bak b/TIAMSharedUI/TIAMSharedUI.csproj.bak index e9d3f208..c8d3b062 100644 --- a/TIAMSharedUI/TIAMSharedUI.csproj.bak +++ b/TIAMSharedUI/TIAMSharedUI.csproj.bak @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -36,25 +36,25 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAMWebApp/Client/Properties/PublishProfiles/FolderProfile.pubxml b/TIAMWebApp/Client/Properties/PublishProfiles/FolderProfile.pubxml index 94711905..6d41568e 100644 --- a/TIAMWebApp/Client/Properties/PublishProfiles/FolderProfile.pubxml +++ b/TIAMWebApp/Client/Properties/PublishProfiles/FolderProfile.pubxml @@ -12,7 +12,7 @@ FileSystem <_TargetId>Folder - net8.0 + net9.0 browser-wasm 2091d897-ba49-4fc1-808f-036fa040376e true diff --git a/TIAMWebApp/Client/TIAMWebApp.Client.csproj b/TIAMWebApp/Client/TIAMWebApp.Client.csproj index 20100fcd..6545739b 100644 --- a/TIAMWebApp/Client/TIAMWebApp.Client.csproj +++ b/TIAMWebApp/Client/TIAMWebApp.Client.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 enable enable @@ -11,11 +11,11 @@ - - - - - + + + + + @@ -29,25 +29,25 @@ - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAMWebApp/Server/Program.cs b/TIAMWebApp/Server/Program.cs index bf06f344..ec7f1bf6 100644 --- a/TIAMWebApp/Server/Program.cs +++ b/TIAMWebApp/Server/Program.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Http.Features; using Microsoft.IdentityModel.Tokens; -using Microsoft.OpenApi.Models; +//using Microsoft.OpenApi.Models; using System.Text; using AyCode.Core.Loggers; using TIAM.Core.Loggers; @@ -69,34 +69,34 @@ builder.Services.AddCors(options => }); }); -builder.Services.AddSwaggerGen(swagger => -{ - swagger.SwaggerDoc("v1", new OpenApiInfo - { - Title = "API Title", - Version = "V1", - Description = "API Description" - }); +//builder.Services.AddSwaggerGen(swagger => +//{ +// swagger.SwaggerDoc("v1", new OpenApiInfo +// { +// Title = "API Title", +// Version = "V1", +// Description = "API Description" +// }); - var securitySchema = new OpenApiSecurityScheme - { - Description = "Authorization header using the Bearer scheme. Example \"Authorization: Bearer {token}\"", - Name = "Authorization", - In = ParameterLocation.Header, - Type = SecuritySchemeType.Http, - Scheme = "Bearer", - Reference = new OpenApiReference - { - Type = ReferenceType.SecurityScheme, - Id = "Bearer" - } - }; - swagger.AddSecurityDefinition(securitySchema.Reference.Id, securitySchema); - swagger.AddSecurityRequirement(new OpenApiSecurityRequirement - { - { securitySchema, Array.Empty() } - }); -}); +// var securitySchema = new OpenApiSecurityScheme +// { +// Description = "Authorization header using the Bearer scheme. Example \"Authorization: Bearer {token}\"", +// Name = "Authorization", +// In = ParameterLocation.Header, +// Type = SecuritySchemeType.Http, +// Scheme = "Bearer", +// Reference = new OpenApiReference +// { +// Type = ReferenceType.SecurityScheme, +// Id = "Bearer" +// } +// }; +// swagger.AddSecurityDefinition(securitySchema.Reference.Id, securitySchema); +// swagger.AddSecurityRequirement(new OpenApiSecurityRequirement +// { +// { securitySchema, Array.Empty() } +// }); +//}); builder.Services.AddAuthentication(options => { @@ -191,11 +191,11 @@ else // app.UseResponseCompression(); //} -app.UseSwagger(); -app.UseSwaggerUI(c => -{ - c.SwaggerEndpoint("/swagger/v1/swagger.json", "v1"); -}); +//app.UseSwagger(); +//app.UseSwaggerUI(c => +//{ +// c.SwaggerEndpoint("/swagger/v1/swagger.json", "v1"); +//}); app.UseBlazorFrameworkFiles(); app.UseStaticFiles(); diff --git a/TIAMWebApp/Server/Properties/PublishProfiles/FolderProfile1.pubxml b/TIAMWebApp/Server/Properties/PublishProfiles/FolderProfile1.pubxml index 6e634529..1ef293be 100644 --- a/TIAMWebApp/Server/Properties/PublishProfiles/FolderProfile1.pubxml +++ b/TIAMWebApp/Server/Properties/PublishProfiles/FolderProfile1.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net8.0 + net9.0 9d0f60cb-0462-4bdb-91bd-cadb574ab5a5 false diff --git a/TIAMWebApp/Server/Properties/PublishProfiles/ReleaseDeployProfile.pubxml b/TIAMWebApp/Server/Properties/PublishProfiles/ReleaseDeployProfile.pubxml index 1fa3587b..dbe66077 100644 --- a/TIAMWebApp/Server/Properties/PublishProfiles/ReleaseDeployProfile.pubxml +++ b/TIAMWebApp/Server/Properties/PublishProfiles/ReleaseDeployProfile.pubxml @@ -14,7 +14,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net8.0 + net9.0 9d0f60cb-0462-4bdb-91bd-cadb574ab5a5 false diff --git a/TIAMWebApp/Server/TIAMWebApp.Server.csproj b/TIAMWebApp/Server/TIAMWebApp.Server.csproj index 1faa5af1..e91b9e0f 100644 --- a/TIAMWebApp/Server/TIAMWebApp.Server.csproj +++ b/TIAMWebApp/Server/TIAMWebApp.Server.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -13,21 +13,21 @@ - - - - - - - + + + + + + + - - - - - - + + + + + + @@ -45,40 +45,40 @@ - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Database.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Database.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.Server.dll - ..\..\..\AyCode.Core\AyCode.Utils\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\..\AyCode.Core\AyCode.Utils\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/TIAMWebApp/Shared/TIAMWebApp.Shared.Application.csproj b/TIAMWebApp/Shared/TIAMWebApp.Shared.Application.csproj index 6fb1782e..8b550d13 100644 --- a/TIAMWebApp/Shared/TIAMWebApp.Shared.Application.csproj +++ b/TIAMWebApp/Shared/TIAMWebApp.Shared.Application.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable @@ -23,15 +23,15 @@ - - - + + + - - - - - + + + + + @@ -48,25 +48,25 @@ - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.Server.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.Server.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll diff --git a/Tiam.Services.Client.Tests/Tiam.Services.Client.Tests.csproj b/Tiam.Services.Client.Tests/Tiam.Services.Client.Tests.csproj index 3b49387a..0ead6ad7 100644 --- a/Tiam.Services.Client.Tests/Tiam.Services.Client.Tests.csproj +++ b/Tiam.Services.Client.Tests/Tiam.Services.Client.Tests.csproj @@ -1,7 +1,7 @@ - + - net8.0 + net9.0 enable enable @@ -10,13 +10,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + @@ -35,22 +35,22 @@ - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Core.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Core.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Entities.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Entities.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Interfaces.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Interfaces.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Models.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Models.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Services.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Services.dll - ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net8.0\AyCode.Utils.dll + ..\..\AyCode.Core\AyCode.Services.Server\bin\Debug\net9.0\AyCode.Utils.dll