diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml
index 59bf169..70ed7a7 100644
--- a/.idea/.idea.HopFrame/.idea/workspace.xml
+++ b/.idea/.idea.HopFrame/.idea/workspace.xml
@@ -12,10 +12,7 @@
-
-
-
@@ -279,15 +276,8 @@
-
-
-
-
- 1737208088933
-
-
-
- 1737208088933
+
+
@@ -673,7 +663,15 @@
1751750495636
-
+
+
+ 1768754560236
+
+
+
+ 1768754560236
+
+
@@ -714,7 +712,6 @@
-
@@ -739,6 +736,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/HopFrame.Core/HopFrame.Core.csproj b/src/HopFrame.Core/HopFrame.Core.csproj
index 4bf6fe5..36bbea6 100644
--- a/src/HopFrame.Core/HopFrame.Core.csproj
+++ b/src/HopFrame.Core/HopFrame.Core.csproj
@@ -9,6 +9,7 @@
README.md
MIT
HopFrame.Core
+ true
diff --git a/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor b/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
index 4f48825..c57cf28 100644
--- a/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
+++ b/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
@@ -135,7 +135,7 @@
Items="Enumerable.Range(0, _totalPages)"
OptionValue="@(p => p.ToString())"
OptionText="@(p => (p + 1).ToString())"
- ValueChanged="async s => await ChangePage(Convert.ToInt32(s))"
+ ValueChanged="@(async s => await ChangePage(Convert.ToInt32(s)))"
Width="max-content" SelectedOption="@_currentPage"/>
of @_totalPages
diff --git a/src/HopFrame.Web/HopFrame.Web.csproj b/src/HopFrame.Web/HopFrame.Web.csproj
index f1cfc3b..9685c47 100644
--- a/src/HopFrame.Web/HopFrame.Web.csproj
+++ b/src/HopFrame.Web/HopFrame.Web.csproj
@@ -9,6 +9,7 @@
README.md
MIT
HopFrame.Web
+ true