provegard / NSpecInNUnit

A base class for running NSpec examples in an NUnit context.
MIT License
4 stars 1 forks source link

Support same .NETFramework targets that NSpec supports #11

Open jsuppe-c opened 5 years ago

jsuppe-c commented 5 years ago

I'm able to use NUnit and NSpec with .NETFramework 3.5, but unable to use NSpecInNUnit. It should support the same target frameworks as NSpec, or at least go back farther to 3.5

provegard commented 5 years ago

It also has to support the same target frameworks as NUnit, as it's a bridge between NUnit and NSpec.

But if that doesn't prevent what you're writing, feel free to open a PR. I'm unlikely to work on this project in the near future.