Skip to content

Commit

Permalink
Add NUnit3TestAdapter to allow ide run tests easy
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelev committed May 24, 2023
1 parent 35a6d34 commit 809d9d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cs/Chess/Chess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions cs/ControlDigit/ControlDigit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions cs/Samples/Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

</Project>

0 comments on commit 809d9d9

Please sign in to comment.