Skip to content

Commit a9bf8fe

Browse files
author
github-actions
committed
fix: update packages
1 parent 5eea8a2 commit a9bf8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aguacongas.AspNetCore.Authentication.RavenDb/Aguacongas.AspNetCore.Authentication.RavenDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="RavenDB.Client" Version="5.4.0" />
31+
<PackageReference Include="RavenDB.Client" Version="5.4.1" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

test/Aguacongas.AspNetCore.Authentication.RavenDb.Test/Aguacongas.AspNetCore.Authentication.RavenDb.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
16-
<PackageReference Include="RavenDB.TestDriver" Version="5.4.0" />
16+
<PackageReference Include="RavenDB.TestDriver" Version="5.4.1" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)