Skip to content

Commit

Permalink
Fix missed package reference update
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 22, 2024
1 parent 0d27d5c commit d96715c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<ItemGroup>
<ProjectReference Include="$(SolutionRoot)\tests\Tests.Domain\Tests.Domain.csproj" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.8.0" />

<PackageReference Include="xunit" Version="2.6.5" />
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Xunit\OpenSearch.OpenSearch.Xunit.csproj" />
<PackageReference Include="JunitXml.TestLogger" Version="3.0.134" />

<PackageReference Include="Nullean.VsTest.Pretty.TestLogger" Version="0.3.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />

<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Proc" Version="0.8.0" />
<PackageReference Include="Proc" Version="0.8.1" />
</ItemGroup>
</Project>

0 comments on commit d96715c

Please sign in to comment.