Skip to content

Commit

Permalink
Update test project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Oct 8, 2024
1 parent 9c73ef7 commit ad309da
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" PrivateAssets="all" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Shouldly" Version="2.8.3" />
</ItemGroup>

Expand Down

0 comments on commit ad309da

Please sign in to comment.