Skip to content

Commit

Permalink
Fix: nuget version bump
Browse files Browse the repository at this point in the history
- unit tests failed so this is the fix for it

changes:
- `coverlet.collector` => `6.0.0`
- `NUnit3TestAdapter` => `4.5.0`
  • Loading branch information
BoBoBaSs84 committed Dec 18, 2023
1 parent 63b6a8a commit 65a4f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Webserver.API.UnitTests/Webserver.Api.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand All @@ -22,7 +22,7 @@
</PackageReference>
<PackageReference Include="MimeMapping" Version="1.0.1.37" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="RichardSzalay.MockHttp" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 65a4f76

Please sign in to comment.