andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Update Tests.csproj #130

Closed jonhack closed 10 years ago

jonhack commented 11 years ago

Fixed a broken reference to Shouldy.dll

The reference was assuming that the packages folder is in the root of the solution, when it's in the Tests folder.

andyedinborough commented 11 years ago

I've had others report this, but for me, it is in the solution folder. I'll do some digging.

jvdvleuten commented 11 years ago

I think you need to download the nuget packages (restore). That fixed it for me locally.

ignacionr commented 10 years ago

You should close this request; the project is laid out correctly. The developer needs to know how to use Nuget in order to run the solution.

andyedinborough commented 10 years ago

Thanks for the sanity check @ignacionr. ;]