Skip to content

Commit

Permalink
Upgrade NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
theXappy committed Oct 24, 2024
1 parent 7ac9d8b commit 0713ae9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/RemoteNET.Tests/RemoteNET.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 0713ae9

Please sign in to comment.