Question:
I am implementing an OpenSource version of Microbosoft Sync framework,
[http://www.microsoft.com/downloads/d...isplaylang=en]
(Checkout:
git clone
[email protected]:quandary/SyncFramework.git)
but I ran into a unittest problem.
I added a nunit test-project to the C# project, but it's not compiling...
I created the project on Windows, and there it compiled well.
On Linux, the project compiles well, but compiling the unittest, I always get:
Assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09
My problem now is I installed nunit and added a reference to it (on Linux with mono), but I still get this message, I take out 'require specific version', and I still get this message...
I also removed the windows reference to nunit, but still no change.