Skip to content

Commit 8eefa3d

Browse files
authored
Merge pull request #110 from Aguafrommars/fix/dependencies
update packages
2 parents c76fcef + 24d41a9 commit 8eefa3d

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)