I've tried to migrate my project from NUnit 2.6.4 to 3.0.0 and faced an issue with .NET framework version selection.
Like in 2.6.4, I use --framework=net-4.5.1
and get the error message:
The requested framework net-4.5.1 is unknown or not available.
What am I doing wrong?