Skip to content

Commit

Permalink
Merge pull request #31 from Aguafrommars/fix/dependencies
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
aguacongas committed Jun 15, 2022
2 parents cf299a6 + f6073f6 commit 82bdb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/IdentitySample/IdentitySample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.5" />
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="6.0.6" />
<PackageReference Include="RavenDB.Client" Version="5.3.103" />
</ItemGroup>
</Project>

0 comments on commit 82bdb49

Please sign in to comment.