mono / ngit

Automated jgit port to c#
261 stars 152 forks source link

Use Nuget packages for SharpZipLib (and NUnit) #57

Closed mcintyre321 closed 11 years ago

mcintyre321 commented 11 years ago

The references to SharpZipLib is out of date and causes conflicts when used with other Nuget packages that reference it.

alanmcgovern commented 11 years ago

I don't want to include binaries in the repository. It bloats things considerably and is a nightmare when we need to package the release.

mcintyre321 commented 11 years ago

If I resubmit a pull request which uses Nuget Package Restore and has the /packages folder ignored, would you accept it?