Skip to content

Commit

Permalink
Tests: update NUnit3TestAdapter
Browse files Browse the repository at this point in the history
This should fix issues like
nunit/nunit3-vs-adapter#987
  • Loading branch information
ForNeVeR committed Dec 2, 2023
1 parent b447060 commit 7e3d773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rd-net/Test.Lifetimes/Test.Lifetimes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.17" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion rd-net/Test.RdFramework/Test.RdFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="JetBrains.dotMemoryUnit" Version="3.1.20200127.214830" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.17" />
</ItemGroup>
Expand Down

0 comments on commit 7e3d773

Please sign in to comment.