From b3abecea6d9169e32ddf3fad28138842fece2fda Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Sun, 3 Dec 2023 14:44:36 +0800 Subject: [PATCH] ABP and NET 8.0 --- common.props | 6 +++--- configureawait.props | 2 +- ...netCore.Components.Server.AntDesignTheme.csproj | 4 ++-- ...AspnetCore.Components.Web.AntDesignTheme.csproj | 2 +- ...re.Components.WebAssembly.AntDesignTheme.csproj | 2 +- ...Abp.FeatureManagement.Blazor.AntDesignUI.csproj | 2 +- ...tureManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...anagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...bp.IdentityManagement.Blazor.AntDesignUI.csproj | 2 +- ...tityManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...anagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ....PermissionManagement.Blazor.AntDesignUI.csproj | 2 +- ...sionManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...anagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ...Abp.SettingManagement.Blazor.AntDesignUI.csproj | 2 +- ...tingManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...anagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- ....Abp.TenantManagement.Blazor.AntDesignUI.csproj | 2 +- ...nantManagement.Blazor.Server.AntDesignUI.csproj | 2 +- ...anagement.Blazor.WebAssembly.AntDesignUI.csproj | 2 +- samples/BookStore/common.props | 2 +- .../BookStore.Application.csproj | 2 +- .../src/BookStore.Blazor/BookStore.Blazor.csproj | 14 +++++++------- .../BookStore.BlazorServer.csproj | 4 ++-- .../src/BookStore.BlazorServer/appsettings.json | 2 +- .../src/BookStore.BlazorServer/package.json | 4 ++-- .../BookStore/src/BookStore.BlazorServer/yarn.lock | 8 ++++---- .../BookStore.DbMigrator.csproj | 2 +- .../src/BookStore.DbMigrator/appsettings.json | 2 +- .../BookStore.Domain.Shared.csproj | 2 +- .../src/BookStore.Domain/BookStore.Domain.csproj | 2 +- .../BookStore.EntityFrameworkCore.csproj | 4 ++-- .../20231022113244_Upgrade_to_7.4.Designer.cs | 2 +- .../Migrations/BookStoreDbContextModelSnapshot.cs | 2 +- .../BookStore.HttpApi.Host.csproj | 4 ++-- .../src/BookStore.HttpApi.Host/appsettings.json | 2 +- .../BookStore/src/BookStore.HttpApi.Host/yarn.lock | 8 ++++---- .../src/BookStore.HttpApi/BookStore.HttpApi.csproj | 2 +- .../BookStore.Application.Tests.csproj | 4 ++-- .../BookStore.Domain.Tests.csproj | 4 ++-- .../BookStore.EntityFrameworkCore.Tests.csproj | 4 ++-- .../BookStore.HttpApi.Client.ConsoleTestApp.csproj | 10 +++++----- .../BookStore.TestBase/BookStore.TestBase.csproj | 2 +- src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj | 4 ++-- 44 files changed, 71 insertions(+), 71 deletions(-) diff --git a/common.props b/common.props index 09dfb3d..c1f4a9b 100644 --- a/common.props +++ b/common.props @@ -1,13 +1,13 @@ latest - 0.9.0 + 0.9.2 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 - 7.4.* - 7.0.* + 8.0.*-* + 8.0.* \ No newline at end of file diff --git a/configureawait.props b/configureawait.props index bd55a3a..2e04405 100644 --- a/configureawait.props +++ b/configureawait.props @@ -1,7 +1,7 @@ - + All runtime; build; native; contentfiles; analyzers 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 afe6561..1f971e0 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,14 +5,14 @@ - net7.0 + net8.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 6b8ac1d..fc2f26c 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 @@ - net7.0 + net8.0 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 82d8014..7541431 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 @@ - net7.0 + net8.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 09dc568..35c00d9 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 @@ - net7.0 + net8.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 0b94e9c..c976553 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 @@ - net7.0 + net8.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 8c0db97..0bc156a 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 @@ - net7.0 + net8.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 2b50a01..aef6463 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 @@ - net7.0 + net8.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 8d4ddbb..797c5fe 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 @@ - net7.0 + net8.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 811ce99..8ce647a 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 @@ - net7.0 + net8.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 17fc45c..c839021 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 @@ - net7.0 + net8.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 25ffcca..499bb84 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 @@ - net7.0 + net8.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 5c68b41..45b2655 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 @@ - net7.0 + net8.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 0b8a8ce..1a295c3 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 @@ - net7.0 + net8.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 23b5a93..93fe43e 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 @@ - net7.0 + net8.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 a37e0ff..278e868 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 @@ - net7.0 + net8.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 d69e9ae..ebd25d7 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 @@ - net7.0 + net8.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 1afd10f..5a97e0f 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 @@ - net7.0 + net8.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 64a3cb8..92b3f3d 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 @@ - net7.0 + net8.0 diff --git a/samples/BookStore/common.props b/samples/BookStore/common.props index 94f7d19..4d7e0be 100644 --- a/samples/BookStore/common.props +++ b/samples/BookStore/common.props @@ -4,7 +4,7 @@ 1.0.0 $(NoWarn);CS1591 app - 7.4.* + 8.0.*-* diff --git a/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj b/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj index 70bf853..31e762e 100644 --- a/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj +++ b/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore diff --git a/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj b/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj index 81b6b20..e74f61b 100644 --- a/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj +++ b/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj @@ -3,26 +3,26 @@ - net7.0 + net8.0 true - - + + - + - - - + + + diff --git a/samples/BookStore/src/BookStore.BlazorServer/BookStore.BlazorServer.csproj b/samples/BookStore/src/BookStore.BlazorServer/BookStore.BlazorServer.csproj index a2cd837..1885a7e 100644 --- a/samples/BookStore/src/BookStore.BlazorServer/BookStore.BlazorServer.csproj +++ b/samples/BookStore/src/BookStore.BlazorServer/BookStore.BlazorServer.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 true true true @@ -14,7 +14,7 @@ - + diff --git a/samples/BookStore/src/BookStore.BlazorServer/appsettings.json b/samples/BookStore/src/BookStore.BlazorServer/appsettings.json index 80d292e..6fc7b5a 100644 --- a/samples/BookStore/src/BookStore.BlazorServer/appsettings.json +++ b/samples/BookStore/src/BookStore.BlazorServer/appsettings.json @@ -4,7 +4,7 @@ "RedirectAllowedUrls": "https://localhost:44313" }, "ConnectionStrings": { - "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=BookStore;Trusted_Connection=True" + "Default": "Server=localhost;Database=AntBlazorDemo;user=sa;password=admin@123456;TrustServerCertificate=True" }, "AuthServer": { "Authority": "https://localhost:44313", diff --git a/samples/BookStore/src/BookStore.BlazorServer/package.json b/samples/BookStore/src/BookStore.BlazorServer/package.json index f4fc7c4..b30dc0d 100644 --- a/samples/BookStore/src/BookStore.BlazorServer/package.json +++ b/samples/BookStore/src/BookStore.BlazorServer/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~7.0.0", - "@abp/aspnetcore.components.server.basictheme": "~7.0.0" + "@abp/aspnetcore.mvc.ui.theme.basic": "~7.4.0", + "@abp/aspnetcore.components.server.basictheme": "~7.4.0" } } \ No newline at end of file diff --git a/samples/BookStore/src/BookStore.BlazorServer/yarn.lock b/samples/BookStore/src/BookStore.BlazorServer/yarn.lock index 427da47..2c47f65 100644 --- a/samples/BookStore/src/BookStore.BlazorServer/yarn.lock +++ b/samples/BookStore/src/BookStore.BlazorServer/yarn.lock @@ -1354,9 +1354,9 @@ is-number@^4.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" +is-number@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-8.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: @@ -2341,7 +2341,7 @@ to-regex-range@^5.0.1: resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: - is-number "^7.0.0" + is-number "^8.0.0" to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" diff --git a/samples/BookStore/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj b/samples/BookStore/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj index 5399db4..c6afa9d 100644 --- a/samples/BookStore/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj +++ b/samples/BookStore/src/BookStore.DbMigrator/BookStore.DbMigrator.csproj @@ -4,7 +4,7 @@ Exe - net7.0 + net8.0 BookStore-4681b4fd-151f-4221-84a4-929d86723e4c diff --git a/samples/BookStore/src/BookStore.DbMigrator/appsettings.json b/samples/BookStore/src/BookStore.DbMigrator/appsettings.json index 82ebd36..3a40231 100644 --- a/samples/BookStore/src/BookStore.DbMigrator/appsettings.json +++ b/samples/BookStore/src/BookStore.DbMigrator/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "Default": "Server=localhost;Database=BookStore;user=sa;password=admin@123456;TrustServerCertificate=True" + "Default": "Server=localhost;Database=AntBlazorDemo;user=sa;password=admin@123456;TrustServerCertificate=True" }, "IdentityServer": { "Clients": { diff --git a/samples/BookStore/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj b/samples/BookStore/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj index ce51b12..ba94cc5 100644 --- a/samples/BookStore/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj +++ b/samples/BookStore/src/BookStore.Domain.Shared/BookStore.Domain.Shared.csproj @@ -25,7 +25,7 @@ - + diff --git a/samples/BookStore/src/BookStore.Domain/BookStore.Domain.csproj b/samples/BookStore/src/BookStore.Domain/BookStore.Domain.csproj index cc67cfb..f4ee138 100644 --- a/samples/BookStore/src/BookStore.Domain/BookStore.Domain.csproj +++ b/samples/BookStore/src/BookStore.Domain/BookStore.Domain.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore diff --git a/samples/BookStore/src/BookStore.EntityFrameworkCore/BookStore.EntityFrameworkCore.csproj b/samples/BookStore/src/BookStore.EntityFrameworkCore/BookStore.EntityFrameworkCore.csproj index 05f42a9..c431fe1 100644 --- a/samples/BookStore/src/BookStore.EntityFrameworkCore/BookStore.EntityFrameworkCore.csproj +++ b/samples/BookStore/src/BookStore.EntityFrameworkCore/BookStore.EntityFrameworkCore.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore @@ -21,7 +21,7 @@ - + runtime; build; native; contentfiles; analyzers compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native diff --git a/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/20231022113244_Upgrade_to_7.4.Designer.cs b/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/20231022113244_Upgrade_to_7.4.Designer.cs index 7087999..9d69e0d 100644 --- a/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/20231022113244_Upgrade_to_7.4.Designer.cs +++ b/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/20231022113244_Upgrade_to_7.4.Designer.cs @@ -22,7 +22,7 @@ namespace BookStore.Migrations #pragma warning disable 612, 618 modelBuilder .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) - .HasAnnotation("ProductVersion", "7.0.10") + .HasAnnotation("ProductVersion", "8.0.0") .HasAnnotation("Relational:MaxIdentifierLength", 128); SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); diff --git a/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/BookStoreDbContextModelSnapshot.cs b/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/BookStoreDbContextModelSnapshot.cs index f5f1545..37285f8 100644 --- a/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/BookStoreDbContextModelSnapshot.cs +++ b/samples/BookStore/src/BookStore.EntityFrameworkCore/Migrations/BookStoreDbContextModelSnapshot.cs @@ -19,7 +19,7 @@ namespace BookStore.Migrations #pragma warning disable 612, 618 modelBuilder .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) - .HasAnnotation("ProductVersion", "7.0.10") + .HasAnnotation("ProductVersion", "8.0.0") .HasAnnotation("Relational:MaxIdentifierLength", 128); SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); diff --git a/samples/BookStore/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj b/samples/BookStore/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj index e22248a..e8d2fc9 100644 --- a/samples/BookStore/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj +++ b/samples/BookStore/src/BookStore.HttpApi.Host/BookStore.HttpApi.Host.csproj @@ -3,14 +3,14 @@ - net7.0 + net8.0 BookStore true BookStore-4681b4fd-151f-4221-84a4-929d86723e4c - + diff --git a/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json b/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json index 86a63e2..f698a28 100644 --- a/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json +++ b/samples/BookStore/src/BookStore.HttpApi.Host/appsettings.json @@ -5,7 +5,7 @@ "RedirectAllowedUrls": "http://localhost:4200,https://localhost:44307" }, "ConnectionStrings": { - "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=BookStore;Trusted_Connection=True" + "Default": "Server=localhost;Database=AntBlazorDemo;user=sa;password=admin@123456" }, "AuthServer": { "Authority": "https://localhost:44306", diff --git a/samples/BookStore/src/BookStore.HttpApi.Host/yarn.lock b/samples/BookStore/src/BookStore.HttpApi.Host/yarn.lock index 239c833..aef0666 100644 --- a/samples/BookStore/src/BookStore.HttpApi.Host/yarn.lock +++ b/samples/BookStore/src/BookStore.HttpApi.Host/yarn.lock @@ -1314,9 +1314,9 @@ is-number@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" +is-number@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-8.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-odd@^2.0.0: @@ -2455,7 +2455,7 @@ to-regex-range@^5.0.1: resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: - is-number "^7.0.0" + is-number "^8.0.0" to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" diff --git a/samples/BookStore/src/BookStore.HttpApi/BookStore.HttpApi.csproj b/samples/BookStore/src/BookStore.HttpApi/BookStore.HttpApi.csproj index 03ae839..aec8d7f 100644 --- a/samples/BookStore/src/BookStore.HttpApi/BookStore.HttpApi.csproj +++ b/samples/BookStore/src/BookStore.HttpApi/BookStore.HttpApi.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore diff --git a/samples/BookStore/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj b/samples/BookStore/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj index 3e0ffdb..8358569 100644 --- a/samples/BookStore/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj +++ b/samples/BookStore/test/BookStore.Application.Tests/BookStore.Application.Tests.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore @@ -13,7 +13,7 @@ - + diff --git a/samples/BookStore/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj b/samples/BookStore/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj index aae297b..2bafcde 100644 --- a/samples/BookStore/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj +++ b/samples/BookStore/test/BookStore.Domain.Tests/BookStore.Domain.Tests.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore @@ -12,7 +12,7 @@ - + diff --git a/samples/BookStore/test/BookStore.EntityFrameworkCore.Tests/BookStore.EntityFrameworkCore.Tests.csproj b/samples/BookStore/test/BookStore.EntityFrameworkCore.Tests/BookStore.EntityFrameworkCore.Tests.csproj index 4acc759..83f8b53 100644 --- a/samples/BookStore/test/BookStore.EntityFrameworkCore.Tests/BookStore.EntityFrameworkCore.Tests.csproj +++ b/samples/BookStore/test/BookStore.EntityFrameworkCore.Tests/BookStore.EntityFrameworkCore.Tests.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore @@ -14,7 +14,7 @@ - + diff --git a/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj b/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj index f3d1204..ea885c0 100644 --- a/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj +++ b/samples/BookStore/test/BookStore.HttpApi.Client.ConsoleTestApp/BookStore.HttpApi.Client.ConsoleTestApp.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 @@ -19,14 +19,14 @@ - - + + - - + + diff --git a/samples/BookStore/test/BookStore.TestBase/BookStore.TestBase.csproj b/samples/BookStore/test/BookStore.TestBase/BookStore.TestBase.csproj index 1dafd46..005d5c9 100644 --- a/samples/BookStore/test/BookStore.TestBase/BookStore.TestBase.csproj +++ b/samples/BookStore/test/BookStore.TestBase/BookStore.TestBase.csproj @@ -3,7 +3,7 @@ - net7.0 + net8.0 BookStore diff --git a/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj b/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj index 5933ae2..87edf8f 100644 --- a/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj +++ b/src/Lsw.Abp.AntDesignUI/Lsw.Abp.AntDesignUI.csproj @@ -5,11 +5,11 @@ - net7.0 + net8.0 - +