Skip to content

Commit

Permalink
Merge pull request #10 from jxnkwlp/dependabot/nuget/Microsoft.AspNet…
Browse files Browse the repository at this point in the history
…Core.Identity.EntityFrameworkCore-7.0.13

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.11 to 7.0.13
  • Loading branch information
jxnkwlp authored Oct 30, 2023
2 parents 7ea2cb5 + 81ff1a1 commit 7162ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/SampleWeb/SampleWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.13" />
Expand Down

0 comments on commit 7162ff6

Please sign in to comment.