Skip to content

Commit 24d41a9

Browse files
author
github-actions
committedMay 29, 2024·
fix: update packages
1 parent c76fcef commit 24d41a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎samples/IdentitySample/IdentitySample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.6" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

‎src/Aguacongas.Identity.RavenDb/Aguacongas.Identity.RavenDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
29-
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.5" />
29+
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.6" />
3030
<PackageReference Include="RavenDB.Client" Version="6.0.103" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.