From c11681f8cc3bac149a068426cf74715af2eea1d0 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Sun, 4 Jan 2026 17:46:50 +0800 Subject: [PATCH] Upgrade to .NET 10 and update dependencies Updated all projects to target .NET 10.0, upgraded ABP Framework and related package versions, and added Microsoft.SourceLink.GitHub for improved source linking. Also included Volo.Abp.AutoMapper in application modules and made corresponding Dockerfile adjustments for .NET 10.0. --- Directory.Packages.props | 15 ++++++++------- common.props | 10 +++++++++- ...etCore.Components.Server.AntDesignTheme.csproj | 2 +- ...spnetCore.Components.Web.AntDesignTheme.csproj | 2 +- ...nts.WebAssembly.AntDesignTheme.Bundling.csproj | 2 +- ...e.Components.WebAssembly.AntDesignTheme.csproj | 2 +- ...bp.FeatureManagement.Blazor.AntDesignUI.csproj | 2 +- ...ureManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...nagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...p.IdentityManagement.Blazor.AntDesignUI.csproj | 2 +- ...ityManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...nagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...PermissionManagement.Blazor.AntDesignUI.csproj | 2 +- ...ionManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...nagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...bp.SettingManagement.Blazor.AntDesignUI.csproj | 2 +- ...ingManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...nagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...Abp.TenantManagement.Blazor.AntDesignUI.csproj | 2 +- ...antManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...nagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- samples/WebApp/BookStore.abpsln | 2 +- samples/WebApp/README.md | 2 +- .../BookStore.Application.Contracts.csproj | 2 +- .../BookStore.Application.csproj | 3 ++- .../BookStoreApplicationModule.cs | 3 ++- .../BookStore.Blazor.Client.csproj | 2 +- .../src/BookStore.Blazor/BookStore.Blazor.abppkg | 3 ++- .../src/BookStore.Blazor/BookStore.Blazor.csproj | 2 +- samples/WebApp/src/BookStore.Blazor/Dockerfile | 2 +- .../WebApp/src/BookStore.Blazor/Dockerfile.local | 2 +- .../BookStore.DbMigrator.csproj | 2 +- .../WebApp/src/BookStore.DbMigrator/Dockerfile | 2 +- .../src/BookStore.DbMigrator/Dockerfile.local | 2 +- .../BookStore.Domain.Shared.csproj | 2 +- .../src/BookStore.Domain/BookStore.Domain.csproj | 2 +- .../BookStore.HttpApi.Client.csproj | 2 +- .../BookStore.HttpApi/BookStore.HttpApi.csproj | 2 +- .../BookStore.MongoDB/BookStore.MongoDB.csproj | 2 +- .../BookStore.Application.Tests.csproj | 2 +- .../BookStore.Domain.Tests.csproj | 2 +- ...BookStore.HttpApi.Client.ConsoleTestApp.csproj | 2 +- .../BookStore.MongoDB.Tests.csproj | 2 +- .../BookStore.TestBase/BookStore.TestBase.csproj | 2 +- samples/WebAppBlazorServer/BookStore.abpsln | 2 +- samples/WebAppBlazorServer/README.md | 2 +- .../BookStore.Application.Contracts.csproj | 2 +- .../BookStore.Application.csproj | 3 ++- .../BookStoreApplicationModule.cs | 3 ++- .../src/BookStore.Blazor/BookStore.Blazor.csproj | 2 +- .../src/BookStore.Blazor/Dockerfile | 2 +- .../src/BookStore.Blazor/Dockerfile.local | 2 +- .../BookStore.DbMigrator.csproj | 2 +- .../src/BookStore.DbMigrator/Dockerfile | 2 +- .../src/BookStore.DbMigrator/Dockerfile.local | 2 +- .../BookStore.Domain.Shared.csproj | 2 +- .../src/BookStore.Domain/BookStore.Domain.csproj | 2 +- .../BookStore.HttpApi.Client.csproj | 2 +- .../BookStore.HttpApi/BookStore.HttpApi.csproj | 2 +- .../BookStore.MongoDB/BookStore.MongoDB.csproj | 2 +- .../BookStore.Application.Tests.csproj | 2 +- .../BookStore.Domain.Tests.csproj | 2 +- ...BookStore.HttpApi.Client.ConsoleTestApp.csproj | 2 +- .../BookStore.MongoDB.Tests.csproj | 2 +- .../BookStore.TestBase/BookStore.TestBase.csproj | 2 +- samples/WebAppBlazorWebAssembly/BookStore.abpsln | 2 +- samples/WebAppBlazorWebAssembly/README.md | 2 +- .../BookStore.Application.Contracts.csproj | 2 +- .../BookStore.Application.csproj | 3 ++- .../BookStoreApplicationModule.cs | 3 ++- .../BookStore.Blazor.Client.csproj | 2 +- .../src/BookStore.Blazor/BookStore.Blazor.csproj | 2 +- .../src/BookStore.Blazor/Dockerfile | 2 +- .../src/BookStore.Blazor/Dockerfile.local | 2 +- .../BookStore.DbMigrator.csproj | 2 +- .../src/BookStore.DbMigrator/Dockerfile | 2 +- .../src/BookStore.DbMigrator/Dockerfile.local | 2 +- .../BookStore.Domain.Shared.csproj | 2 +- .../src/BookStore.Domain/BookStore.Domain.csproj | 2 +- .../BookStore.HttpApi.Client.csproj | 2 +- .../BookStore.HttpApi.Host.csproj | 2 +- .../src/BookStore.HttpApi.Host/Dockerfile | 2 +- .../src/BookStore.HttpApi.Host/Dockerfile.local | 2 +- .../BookStore.HttpApi/BookStore.HttpApi.csproj | 2 +- .../BookStore.MongoDB/BookStore.MongoDB.csproj | 2 +- .../BookStore.Application.Tests.csproj | 2 +- .../BookStore.Domain.Tests.csproj | 2 +- ...BookStore.HttpApi.Client.ConsoleTestApp.csproj | 2 +- .../BookStore.MongoDB.Tests.csproj | 2 +- .../BookStore.TestBase/BookStore.TestBase.csproj | 2 +- .../Lsw.Abp.AntDesignUI.csproj | 2 +- 91 files changed, 113 insertions(+), 97 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 437361d..6c79670 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,12 +1,12 @@ - 9.2.1 - 4.2.0 - 1.0.1 - 1.4.2 - 9.0.6 - 9.0.6 - 9.0.6 + 10.0.0 + 5.0.0 + 2.1.4 + 1.5.1 + 10.0.0 + 10.0.0 + 10.0.0 true @@ -134,6 +134,7 @@ + diff --git a/common.props b/common.props index aed67a8..6bacfd2 100644 --- a/common.props +++ b/common.props @@ -1,11 +1,19 @@ latest - 0.9.9 + 0.9.9.1 https://raw.githubusercontent.com/realliangshiwei/Lsw.Abp.AntDesignUI/main/icon.png https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI MIT git https://github.com/realLiangshiwei/Lsw.Abp.AntDesignUI + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + + all + runtime; build; native; contentfiles; analyzers + + \ No newline at end of file diff --git a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme.csproj b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme.csproj index 199f6b8..c11cf84 100644 --- a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme.csproj +++ b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Server.AntDesignTheme.csproj @@ -5,7 +5,7 @@ - net9.0 + net10.0 diff --git a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.csproj b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.csproj index aa937be..4bb3a75 100644 --- a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.csproj +++ b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme/Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.csproj @@ -5,7 +5,7 @@ - net9.0 + net10.0 diff --git a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling.csproj b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling.csproj index c2ebf43..5b9984a 100644 --- a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling.csproj +++ b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 true true Library diff --git a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.csproj b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.csproj index ae91b35..47fde5c 100644 --- a/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.csproj +++ b/modules/AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme/Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI.csproj b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI.csproj index 863448a..9501bd2 100644 --- a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI.csproj +++ b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI.csproj b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI.csproj index de489e2..4c6e618 100644 --- a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI.csproj +++ b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.Server.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI.csproj b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI.csproj index 131e006..9b03c39 100644 --- a/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI.csproj +++ b/modules/FeatureManagement/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.FeatureManagement.Blazor.WebAssembly.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI.csproj b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI.csproj index fb76b56..bec4c72 100644 --- a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI.csproj +++ b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI.csproj b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI.csproj index 9deceac..520967b 100644 --- a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI.csproj +++ b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.Server.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI.csproj b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI.csproj index c350949..9f458e5 100644 --- a/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI.csproj +++ b/modules/IdentityManagement/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.IdentityManagement.Blazor.WebAssembly.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI.csproj b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI.csproj index ac1ee46..fd586bd 100644 --- a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI.csproj +++ b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI.csproj b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI.csproj index ff468dc..23d376a 100644 --- a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI.csproj +++ b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.Server.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI.csproj b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI.csproj index 438f7b2..c1885d6 100644 --- a/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI.csproj +++ b/modules/PermissionManagement/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.PermissionManagement.Blazor.WebAssembly.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.AntDesignUI.csproj b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.AntDesignUI.csproj index af63450..667adea 100644 --- a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.AntDesignUI.csproj +++ b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI.csproj b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI.csproj index 842ff73..4e7eb6c 100644 --- a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI.csproj +++ b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.Server.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI.csproj b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI.csproj index b6102a1..8ea36ca 100644 --- a/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI.csproj +++ b/modules/SettingManagement/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.AntDesignUI.csproj b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.AntDesignUI.csproj index 1fba354..49c11d5 100644 --- a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.AntDesignUI.csproj +++ b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI.csproj b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI.csproj index 1f167d8..f6efd7d 100644 --- a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI.csproj +++ b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.Server.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI.csproj b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI.csproj index 52a3cec..abb1f60 100644 --- a/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI.csproj +++ b/modules/TenantManagement/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI/Lsw.Abp.TenantManagement.Blazor.WebAssembly.AntDesignUI.csproj @@ -4,7 +4,7 @@ - net9.0 + net10.0 diff --git a/samples/WebApp/BookStore.abpsln b/samples/WebApp/BookStore.abpsln index deb331f..eeb3ef0 100644 --- a/samples/WebApp/BookStore.abpsln +++ b/samples/WebApp/BookStore.abpsln @@ -4,7 +4,7 @@ "versions": { "AbpFramework": "9.2.0", "AbpStudio": "1.0.1", - "TargetDotnetFramework": "net9.0" + "TargetDotnetFramework": "net10.0" }, "modules": { "BookStore": { diff --git a/samples/WebApp/README.md b/samples/WebApp/README.md index fefbe0e..62e752e 100644 --- a/samples/WebApp/README.md +++ b/samples/WebApp/README.md @@ -6,7 +6,7 @@ This is a layered startup solution based on [Domain Driven Design (DDD)](https:/ ### Pre-requirements -* [.NET9.0+ SDK](https://dotnet.microsoft.com/download/dotnet) +* [.net10.0+ SDK](https://dotnet.microsoft.com/download/dotnet) * [Node v18 or 20](https://nodejs.org/en) ### Configurations diff --git a/samples/WebApp/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj b/samples/WebApp/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj index 1041e77..4ba3996 100644 --- a/samples/WebApp/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj +++ b/samples/WebApp/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/src/BookStore.Application/BookStore.Application.csproj b/samples/WebApp/src/BookStore.Application/BookStore.Application.csproj index b0ae1c8..af908bb 100644 --- a/samples/WebApp/src/BookStore.Application/BookStore.Application.csproj +++ b/samples/WebApp/src/BookStore.Application/BookStore.Application.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore @@ -14,6 +14,7 @@ + diff --git a/samples/WebApp/src/BookStore.Application/BookStoreApplicationModule.cs b/samples/WebApp/src/BookStore.Application/BookStoreApplicationModule.cs index add2aeb..2c58633 100644 --- a/samples/WebApp/src/BookStore.Application/BookStoreApplicationModule.cs +++ b/samples/WebApp/src/BookStore.Application/BookStoreApplicationModule.cs @@ -17,7 +17,8 @@ namespace BookStore; typeof(AbpIdentityApplicationModule), typeof(AbpAccountApplicationModule), typeof(AbpTenantManagementApplicationModule), - typeof(AbpSettingManagementApplicationModule) + typeof(AbpSettingManagementApplicationModule), + typeof(AbpAutoMapperModule) )] public class BookStoreApplicationModule : AbpModule { diff --git a/samples/WebApp/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj b/samples/WebApp/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj index 384a08c..670f54f 100644 --- a/samples/WebApp/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj +++ b/samples/WebApp/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable true diff --git a/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.abppkg b/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.abppkg index a3ceaf2..200aed2 100644 --- a/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.abppkg +++ b/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.abppkg @@ -1,3 +1,4 @@ { - "role": "host.blazor-server" + "role": "host.blazor-server", + "projectId": "2e829603-5372-430d-b7c5-d7ca5260a064" } \ No newline at end of file diff --git a/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.csproj b/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.csproj index e235839..2c48fa8 100644 --- a/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.csproj +++ b/samples/WebApp/src/BookStore.Blazor/BookStore.Blazor.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable InProcess true diff --git a/samples/WebApp/src/BookStore.Blazor/Dockerfile b/samples/WebApp/src/BookStore.Blazor/Dockerfile index 1bd4eef..f1dd719 100644 --- a/samples/WebApp/src/BookStore.Blazor/Dockerfile +++ b/samples/WebApp/src/BookStore.Blazor/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.Blazor.dll"] \ No newline at end of file diff --git a/samples/WebApp/src/BookStore.Blazor/Dockerfile.local b/samples/WebApp/src/BookStore.Blazor/Dockerfile.local index 472a272..5183226 100644 --- a/samples/WebApp/src/BookStore.Blazor/Dockerfile.local +++ b/samples/WebApp/src/BookStore.Blazor/Dockerfile.local @@ -3,7 +3,7 @@ USER $APP_UID EXPOSE 8080 EXPOSE 8081 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build diff --git a/samples/WebApp/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj b/samples/WebApp/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj index f02d482..c6fc44b 100644 --- a/samples/WebApp/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj +++ b/samples/WebApp/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj @@ -4,7 +4,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebApp/src/BookStore.DbMigrator/Dockerfile b/samples/WebApp/src/BookStore.DbMigrator/Dockerfile index f4c5d31..9920bfc 100644 --- a/samples/WebApp/src/BookStore.DbMigrator/Dockerfile +++ b/samples/WebApp/src/BookStore.DbMigrator/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebApp/src/BookStore.DbMigrator/Dockerfile.local b/samples/WebApp/src/BookStore.DbMigrator/Dockerfile.local index 82052b7..afb66bd 100644 --- a/samples/WebApp/src/BookStore.DbMigrator/Dockerfile.local +++ b/samples/WebApp/src/BookStore.DbMigrator/Dockerfile.local @@ -1,6 +1,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 USER $APP_UID - COPY bin/Release/net9.0/publish/ app/ + COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebApp/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj b/samples/WebApp/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj index 9a95879..c66aa6a 100644 --- a/samples/WebApp/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj +++ b/samples/WebApp/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore true diff --git a/samples/WebApp/src/BookStore.Domain/BookStore.Domain.csproj b/samples/WebApp/src/BookStore.Domain/BookStore.Domain.csproj index cb8accc..4632dcc 100644 --- a/samples/WebApp/src/BookStore.Domain/BookStore.Domain.csproj +++ b/samples/WebApp/src/BookStore.Domain/BookStore.Domain.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj b/samples/WebApp/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj index 6ef895f..3fe0e6a 100644 --- a/samples/WebApp/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj +++ b/samples/WebApp/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/src/BookStore.HttpApi/BookStore.HttpApi.csproj b/samples/WebApp/src/BookStore.HttpApi/BookStore.HttpApi.csproj index b818a47..50b8d1d 100644 --- a/samples/WebApp/src/BookStore.HttpApi/BookStore.HttpApi.csproj +++ b/samples/WebApp/src/BookStore.HttpApi/BookStore.HttpApi.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/src/BookStore.MongoDB/BookStore.MongoDB.csproj b/samples/WebApp/src/BookStore.MongoDB/BookStore.MongoDB.csproj index db150a5..793c74d 100644 --- a/samples/WebApp/src/BookStore.MongoDB/BookStore.MongoDB.csproj +++ b/samples/WebApp/src/BookStore.MongoDB/BookStore.MongoDB.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj b/samples/WebApp/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj index 1574640..e246473 100644 --- a/samples/WebApp/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj +++ b/samples/WebApp/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj b/samples/WebApp/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj index bad4361..e9826eb 100644 --- a/samples/WebApp/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj +++ b/samples/WebApp/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj b/samples/WebApp/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj index 3ea40fd..5ae320b 100644 --- a/samples/WebApp/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj +++ b/samples/WebApp/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebApp/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj b/samples/WebApp/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj index 6389c17..c52203e 100644 --- a/samples/WebApp/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj +++ b/samples/WebApp/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebApp/test/BookStore.TestBase/BookStore.TestBase.csproj b/samples/WebApp/test/BookStore.TestBase/BookStore.TestBase.csproj index 0d5a663..336d475 100644 --- a/samples/WebApp/test/BookStore.TestBase/BookStore.TestBase.csproj +++ b/samples/WebApp/test/BookStore.TestBase/BookStore.TestBase.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/BookStore.abpsln b/samples/WebAppBlazorServer/BookStore.abpsln index 97135bc..8cea905 100644 --- a/samples/WebAppBlazorServer/BookStore.abpsln +++ b/samples/WebAppBlazorServer/BookStore.abpsln @@ -4,7 +4,7 @@ "versions": { "AbpFramework": "9.2.0", "AbpStudio": "1.0.1", - "TargetDotnetFramework": "net9.0" + "TargetDotnetFramework": "net10.0" }, "modules": { "BookStore": { diff --git a/samples/WebAppBlazorServer/README.md b/samples/WebAppBlazorServer/README.md index d1c2bb8..43e1161 100644 --- a/samples/WebAppBlazorServer/README.md +++ b/samples/WebAppBlazorServer/README.md @@ -6,7 +6,7 @@ This is a layered startup solution based on [Domain Driven Design (DDD)](https:/ ### Pre-requirements -* [.NET9.0+ SDK](https://dotnet.microsoft.com/download/dotnet) +* [.net10.0+ SDK](https://dotnet.microsoft.com/download/dotnet) * [Node v18 or 20](https://nodejs.org/en) ### Configurations diff --git a/samples/WebAppBlazorServer/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj b/samples/WebAppBlazorServer/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj index 1041e77..4ba3996 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/src/BookStore.Application/BookStore.Application.csproj b/samples/WebAppBlazorServer/src/BookStore.Application/BookStore.Application.csproj index b0ae1c8..af908bb 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Application/BookStore.Application.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.Application/BookStore.Application.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore @@ -14,6 +14,7 @@ + diff --git a/samples/WebAppBlazorServer/src/BookStore.Application/BookStoreApplicationModule.cs b/samples/WebAppBlazorServer/src/BookStore.Application/BookStoreApplicationModule.cs index add2aeb..2c58633 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Application/BookStoreApplicationModule.cs +++ b/samples/WebAppBlazorServer/src/BookStore.Application/BookStoreApplicationModule.cs @@ -17,7 +17,8 @@ namespace BookStore; typeof(AbpIdentityApplicationModule), typeof(AbpAccountApplicationModule), typeof(AbpTenantManagementApplicationModule), - typeof(AbpSettingManagementApplicationModule) + typeof(AbpSettingManagementApplicationModule), + typeof(AbpAutoMapperModule) )] public class BookStoreApplicationModule : AbpModule { diff --git a/samples/WebAppBlazorServer/src/BookStore.Blazor/BookStore.Blazor.csproj b/samples/WebAppBlazorServer/src/BookStore.Blazor/BookStore.Blazor.csproj index 3fad04e..4ee7da9 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Blazor/BookStore.Blazor.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.Blazor/BookStore.Blazor.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable InProcess true diff --git a/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile b/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile index 1bd4eef..f1dd719 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile +++ b/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.Blazor.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile.local b/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile.local index 676026c..26a1462 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile.local +++ b/samples/WebAppBlazorServer/src/BookStore.Blazor/Dockerfile.local @@ -3,7 +3,7 @@ USER $APP_UID EXPOSE 8080 EXPOSE 8081 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build diff --git a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj index f02d482..c6fc44b 100644 --- a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj @@ -4,7 +4,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile index f4c5d31..9920bfc 100644 --- a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile +++ b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile.local b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile.local index 82052b7..afb66bd 100644 --- a/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile.local +++ b/samples/WebAppBlazorServer/src/BookStore.DbMigrator/Dockerfile.local @@ -1,6 +1,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 USER $APP_UID - COPY bin/Release/net9.0/publish/ app/ + COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorServer/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj b/samples/WebAppBlazorServer/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj index 9a95879..c66aa6a 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore true diff --git a/samples/WebAppBlazorServer/src/BookStore.Domain/BookStore.Domain.csproj b/samples/WebAppBlazorServer/src/BookStore.Domain/BookStore.Domain.csproj index cb8accc..4632dcc 100644 --- a/samples/WebAppBlazorServer/src/BookStore.Domain/BookStore.Domain.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.Domain/BookStore.Domain.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj b/samples/WebAppBlazorServer/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj index 6ef895f..3fe0e6a 100644 --- a/samples/WebAppBlazorServer/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/src/BookStore.HttpApi/BookStore.HttpApi.csproj b/samples/WebAppBlazorServer/src/BookStore.HttpApi/BookStore.HttpApi.csproj index b818a47..50b8d1d 100644 --- a/samples/WebAppBlazorServer/src/BookStore.HttpApi/BookStore.HttpApi.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.HttpApi/BookStore.HttpApi.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/src/BookStore.MongoDB/BookStore.MongoDB.csproj b/samples/WebAppBlazorServer/src/BookStore.MongoDB/BookStore.MongoDB.csproj index db150a5..793c74d 100644 --- a/samples/WebAppBlazorServer/src/BookStore.MongoDB/BookStore.MongoDB.csproj +++ b/samples/WebAppBlazorServer/src/BookStore.MongoDB/BookStore.MongoDB.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj b/samples/WebAppBlazorServer/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj index 1574640..e246473 100644 --- a/samples/WebAppBlazorServer/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj +++ b/samples/WebAppBlazorServer/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj b/samples/WebAppBlazorServer/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj index bad4361..e9826eb 100644 --- a/samples/WebAppBlazorServer/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj +++ b/samples/WebAppBlazorServer/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj b/samples/WebAppBlazorServer/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj index 3ea40fd..5ae320b 100644 --- a/samples/WebAppBlazorServer/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj +++ b/samples/WebAppBlazorServer/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebAppBlazorServer/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj b/samples/WebAppBlazorServer/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj index 6389c17..c52203e 100644 --- a/samples/WebAppBlazorServer/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj +++ b/samples/WebAppBlazorServer/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorServer/test/BookStore.TestBase/BookStore.TestBase.csproj b/samples/WebAppBlazorServer/test/BookStore.TestBase/BookStore.TestBase.csproj index 0d5a663..336d475 100644 --- a/samples/WebAppBlazorServer/test/BookStore.TestBase/BookStore.TestBase.csproj +++ b/samples/WebAppBlazorServer/test/BookStore.TestBase/BookStore.TestBase.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/BookStore.abpsln b/samples/WebAppBlazorWebAssembly/BookStore.abpsln index 3b76ef0..29c2e92 100644 --- a/samples/WebAppBlazorWebAssembly/BookStore.abpsln +++ b/samples/WebAppBlazorWebAssembly/BookStore.abpsln @@ -4,7 +4,7 @@ "versions": { "AbpFramework": "9.2.0", "AbpStudio": "1.0.1", - "TargetDotnetFramework": "net9.0" + "TargetDotnetFramework": "net10.0" }, "modules": { "BookStore": { diff --git a/samples/WebAppBlazorWebAssembly/README.md b/samples/WebAppBlazorWebAssembly/README.md index 215b2d2..d07e56c 100644 --- a/samples/WebAppBlazorWebAssembly/README.md +++ b/samples/WebAppBlazorWebAssembly/README.md @@ -6,7 +6,7 @@ This is a layered startup solution based on [Domain Driven Design (DDD)](https:/ ### Pre-requirements -* [.NET9.0+ SDK](https://dotnet.microsoft.com/download/dotnet) +* [.net10.0+ SDK](https://dotnet.microsoft.com/download/dotnet) * [Node v18 or 20](https://nodejs.org/en) ### Configurations diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj index 1041e77..4ba3996 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStore.Application.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStore.Application.csproj index b0ae1c8..af908bb 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStore.Application.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStore.Application.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore @@ -14,6 +14,7 @@ + diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStoreApplicationModule.cs b/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStoreApplicationModule.cs index add2aeb..2c58633 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStoreApplicationModule.cs +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Application/BookStoreApplicationModule.cs @@ -17,7 +17,8 @@ namespace BookStore; typeof(AbpIdentityApplicationModule), typeof(AbpAccountApplicationModule), typeof(AbpTenantManagementApplicationModule), - typeof(AbpSettingManagementApplicationModule) + typeof(AbpSettingManagementApplicationModule), + typeof(AbpAutoMapperModule) )] public class BookStoreApplicationModule : AbpModule { diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj index 384a08c..670f54f 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor.Client/BookStore.Blazor.Client.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable true diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/BookStore.Blazor.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/BookStore.Blazor.csproj index 788f3ca..4c52e05 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/BookStore.Blazor.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/BookStore.Blazor.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable enable diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile index 1bd4eef..f1dd719 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.Blazor.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile.local b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile.local index a550a69..6b2f6a8 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile.local +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Blazor/Dockerfile.local @@ -3,6 +3,6 @@ USER $APP_UID EXPOSE 8080 EXPOSE 8081 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENTRYPOINT ["dotnet", "BookStore.Blazor.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj index f02d482..c6fc44b 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj @@ -4,7 +4,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile index f4c5d31..9920bfc 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile.local b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile.local index 82052b7..afb66bd 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile.local +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.DbMigrator/Dockerfile.local @@ -1,6 +1,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 USER $APP_UID - COPY bin/Release/net9.0/publish/ app/ + COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENTRYPOINT ["dotnet", "BookStore.DbMigrator.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj index 9a95879..c66aa6a 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore true diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.Domain/BookStore.Domain.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.Domain/BookStore.Domain.csproj index cb8accc..4632dcc 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.Domain/BookStore.Domain.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.Domain/BookStore.Domain.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj index 6ef895f..3fe0e6a 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Client/BookStore.HttpApi.Client.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj index e543982..9fe6eab 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable InProcess BookStore diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile index 3e41823..13671d5 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile @@ -1,5 +1,5 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app ENV ASPNETCORE_URLS=http://+:80 ENTRYPOINT ["dotnet", "BookStore.HttpApi.Host.dll"] \ No newline at end of file diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile.local b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile.local index 1d2cd70..d15e845 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile.local +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi.Host/Dockerfile.local @@ -3,7 +3,7 @@ USER $APP_UID EXPOSE 8080 EXPOSE 8081 -COPY bin/Release/net9.0/publish/ app/ +COPY bin/Release/net10.0/publish/ app/ WORKDIR /app FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi/BookStore.HttpApi.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi/BookStore.HttpApi.csproj index b818a47..50b8d1d 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi/BookStore.HttpApi.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.HttpApi/BookStore.HttpApi.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/src/BookStore.MongoDB/BookStore.MongoDB.csproj b/samples/WebAppBlazorWebAssembly/src/BookStore.MongoDB/BookStore.MongoDB.csproj index db150a5..793c74d 100644 --- a/samples/WebAppBlazorWebAssembly/src/BookStore.MongoDB/BookStore.MongoDB.csproj +++ b/samples/WebAppBlazorWebAssembly/src/BookStore.MongoDB/BookStore.MongoDB.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj b/samples/WebAppBlazorWebAssembly/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj index 1574640..e246473 100644 --- a/samples/WebAppBlazorWebAssembly/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj +++ b/samples/WebAppBlazorWebAssembly/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj b/samples/WebAppBlazorWebAssembly/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj index bad4361..e9826eb 100644 --- a/samples/WebAppBlazorWebAssembly/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj +++ b/samples/WebAppBlazorWebAssembly/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj b/samples/WebAppBlazorWebAssembly/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj index 3ea40fd..5ae320b 100644 --- a/samples/WebAppBlazorWebAssembly/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj +++ b/samples/WebAppBlazorWebAssembly/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable diff --git a/samples/WebAppBlazorWebAssembly/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj b/samples/WebAppBlazorWebAssembly/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj index 6389c17..c52203e 100644 --- a/samples/WebAppBlazorWebAssembly/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj +++ b/samples/WebAppBlazorWebAssembly/test/BookStore.MongoDB.Tests/BookStore.MongoDB.Tests.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/samples/WebAppBlazorWebAssembly/test/BookStore.TestBase/BookStore.TestBase.csproj b/samples/WebAppBlazorWebAssembly/test/BookStore.TestBase/BookStore.TestBase.csproj index 0d5a663..336d475 100644 --- a/samples/WebAppBlazorWebAssembly/test/BookStore.TestBase/BookStore.TestBase.csproj +++ b/samples/WebAppBlazorWebAssembly/test/BookStore.TestBase/BookStore.TestBase.csproj @@ -3,7 +3,7 @@ - net9.0 + net10.0 enable BookStore diff --git a/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj b/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj index 2c3edfa..61f7f5a 100644 --- a/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj +++ b/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj @@ -5,7 +5,7 @@ - net9.0 + net10.0