ninject / Ninject.MockingKernel

Extension for Ninject aiding testability in Moq, NSubstitute, and FakeItEasy
http://ninject.org/
Other
62 stars 25 forks source link

Update to latest .Net, use Nuget instead of caching packages #20

Closed dmanning23 closed 6 years ago

dmanning23 commented 9 years ago

The version of Ninject.MockingKernel up on Nuget has some problems. Updated to the latest version of .Net Pulled packages from Nuget instead of caching downloaded packages in /tools/ folder Cleaned up some other stuff like added /packages/ to .gitignore ect.

dmanning23 commented 9 years ago

Ok I didn't realize some of the software in the tools\ folder was used for CI. I will take another look at this.