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 5a97e0f..1f167d8 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 @@
- net8.0
+ net9.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 92b3f3d..52a3cec 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,11 +4,11 @@
- net8.0
+ net9.0
-
+
diff --git a/samples/BookStore/common.props b/samples/BookStore/common.props
index c91d913..77de976 100644
--- a/samples/BookStore/common.props
+++ b/samples/BookStore/common.props
@@ -1,16 +1,16 @@
-
- latest
- 1.0.0
- $(NoWarn);CS1591
- app
- 8.2.*-*
-
+
+ latest
+ 1.0.0
+ $(NoWarn);CS1591
+ app
+
+
-
-
- $(NoWarn);0436
-
-
+
+
+ $(NoWarn);0436
+
+
\ No newline at end of file
diff --git a/samples/BookStore/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj b/samples/BookStore/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj
index 3e0582a..5baf74d 100644
--- a/samples/BookStore/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj
+++ b/samples/BookStore/src/BookStore.Application.Contracts/BookStore.Application.Contracts.csproj
@@ -3,7 +3,7 @@
- netstandard2.1
+ net9.0
BookStore
@@ -12,13 +12,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj b/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj
index 31e762e..887b2ba 100644
--- a/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj
+++ b/samples/BookStore/src/BookStore.Application/BookStore.Application.csproj
@@ -3,7 +3,7 @@
- net8.0
+ net9.0
BookStore
@@ -13,12 +13,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj b/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj
index 54cc6ec..f20b7cb 100644
--- a/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj
+++ b/samples/BookStore/src/BookStore.Blazor/BookStore.Blazor.csproj
@@ -1,37 +1,38 @@
-
-
-
- net8.0
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ net9.0
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/BookStore/src/BookStore.Blazor/Pages/Index.razor b/samples/BookStore/src/BookStore.Blazor/Pages/Index.razor
index bad2d61..b4e1741 100644
--- a/samples/BookStore/src/BookStore.Blazor/Pages/Index.razor
+++ b/samples/BookStore/src/BookStore.Blazor/Pages/Index.razor
@@ -2,7 +2,7 @@
@using Volo.Abp.MultiTenancy
@using Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.Settings
@inherits BookStoreComponentBase
-@inject ICurrentTenant CurrentTenant
+@* @inject ICurrentTenant CurrentTenant *@
@inject AuthenticationStateProvider AuthenticationStateProvider