Skip to content

Commit 5f7426c

Browse files
committed
fix: latest package versions
1 parent 25f5109 commit 5f7426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetDevPack.Identity/NetDevPack.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
2929
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.16" />
30-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.6" />
30+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.16" />
3131
</ItemGroup>
3232

3333
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">

0 commit comments

Comments
 (0)