Skip to content

Commit

Permalink
Restore NUnit3TestAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Nov 20, 2024
1 parent a0f510e commit 6a7a729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JsonSubTypes.Tests.Net35/JsonSubTypes.Tests.Net35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="TaskParallelLibrary" Version="1.0.2856.0" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions JsonSubTypes.Tests/JsonSubTypes.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JsonSubTypes\JsonSubTypes.csproj" />
Expand Down

0 comments on commit 6a7a729

Please sign in to comment.