Skip to content

Commit

Permalink
downgrade test adapter to support net461
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd committed Sep 13, 2023
1 parent dd4995f commit 658dbf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Test/Flurl.Test/Flurl.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<!--careful - 4.4 and above don't support net461-->
<!--https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html-->
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 658dbf6

Please sign in to comment.