Skip to content

Commit

Permalink
Added NUnit.Analyzers to prepare for NUnit 4.0 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Dec 9, 2023
1 parent 0c1790f commit 6509f37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.10.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit.ConsoleRunner" Version="3.16.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 6509f37

Please sign in to comment.