Skip to content

Commit

Permalink
test(api): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Dec 17, 2024
1 parent bae1427 commit d36ab81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/data-migration/ravendb/data-migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Firestore" Version="3.1.0" />
<PackageReference Include="RavenDB.Client" Version="5.4.101" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
<PackageReference Include="RavenDB.Client" Version="6.2.2" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions test/api.unit.tests/api.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="moq" Version="4.20.72" />
<PackageReference Include="NetTopologySuite.IO.GeoJSON4STJ" Version="4.0.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" >
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit d36ab81

Please sign in to comment.