Skip to content

Commit

Permalink
Update test project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elendil-software committed Dec 7, 2024
1 parent 4d2cd59 commit f928180
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions IPX800cs.Test/IPX800cs.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<LangVersion>default</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.18.3" />
<PackageReference Include="Moq" Version="4.20.72" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IPX800cs\IPX800cs.csproj" />
Expand Down

0 comments on commit f928180

Please sign in to comment.