Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 11, 2024
1 parent f0a1a64 commit baf732b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="QuestPDF" Version="2024.10.2" />
<PackageReference Include="QuestPDF" Version="2024.10.3" />
<PackageReference Include="Serilog.Sinks.MSSqlServer" Version="7.0.2" />
<PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="4.1.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Blazor.Serilog.Sinks.SQLite" Version="1.0.7" />
<PackageReference Include="Blazor.Serilog.Sinks.SQLite" Version="1.0.8" />
<PackageReference Include="Serilog.Sinks.Seq" Version="9.0.0-dev-00310" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Server.UI/Services/PermissionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit baf732b

Please sign in to comment.