Skip to content

Commit

Permalink
feat: update Casbin.NET and EFCore adapter's dependency versions (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacongda committed Apr 8, 2024
1 parent 8e79a1a commit 5db5b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Casbin.NET.Adapter.EFCore" Version="2.1.0" />
<PackageReference Include="Casbin.NET.Adapter.EFCore" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Casbin.NET" Version="2.0.1" />
<PackageReference Include="Casbin.NET" Version="2.5.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5db5b3d

Please sign in to comment.