Hi Andrew,
NUnit 3.0 definitely supports .NET 4.5. In fact, you should be
referencing the .NET 4.5 build of the framework in your test assembly.
Can you verify that you are?
My first suspicion was that you might not be actually running the 3.0
console runner. This is unlikely, since you have some new 3.0 options
in the command line but take a look at the output and see what the
version number of the console runner is just to be sure. Are you using
the alpha 5 release of the console, engine and framework?
The --framework option is only needed if you want to run something
under a different framework version than what you compiled for.
Without it, NUnit checks the test assembly before deciding how to run
it. I think having a different error message is simply due to the fact
that some additional code is executed when --framework is not present.
Charlie
> --
> You received this message because you are subscribed to the Google Groups
> "NUnit-Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
nunit-discus...@googlegroups.com.
> To post to this group, send email to
nunit-...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/nunit-discuss.
> For more options, visit
https://groups.google.com/d/optout.