Skip to content

Commit

Permalink
upgrade testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Mar 19, 2024
1 parent b98075e commit 08eed09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/NMoneys.Tests/NMoneys.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.8.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Testing.Commons.NUnit" Version="5.0.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testing.Commons.NUnit" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 08eed09

Please sign in to comment.