Skip to content

Commit

Permalink
Add .NET 4.6.2 target (#195)
Browse files Browse the repository at this point in the history
* Add .NET 4.6.2 target

NUnit 4 does not support .NET Standard 2.0 anymore,
so we need to stay on NUnit 3 when targeting .NET Standard.

This commit adds a dedicated .NET 4.6.2 target that uses NUnit 4.

* Update Dependencies.props

---------

Co-authored-by: Florian Rohrer <[email protected]>
  • Loading branch information
fgreinacher and RohrerF authored Jan 17, 2024
1 parent 4fce39a commit 94f9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dependencies.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup Label="Framework Versions">
<ResourceProjectTargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</ResourceProjectTargetFrameworks>
<ResourceProjectTargetFrameworks>netstandard2.0;net462;net6.0;net7.0;net8.0</ResourceProjectTargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit 94f9c77

Please sign in to comment.