diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj
index a13ab3177..c31be38e1 100644
--- a/src/Infrastructure/Infrastructure.csproj
+++ b/src/Infrastructure/Infrastructure.csproj
@@ -11,13 +11,13 @@
-
+
-
+
diff --git a/src/Server.UI/Services/PermissionHelper.cs b/src/Server.UI/Services/PermissionHelper.cs
index 1a439b54b..0ae248809 100644
--- a/src/Server.UI/Services/PermissionHelper.cs
+++ b/src/Server.UI/Services/PermissionHelper.cs
@@ -8,7 +8,7 @@
using System.Security.Claims;
using ZiggyCreatures.Caching.Fusion;
using CleanArchitecture.Blazor.Application.Common.ExceptionHandlers;
-using System.Data.Entity;
+
namespace CleanArchitecture.Blazor.Server.UI.Services;