NancyFx / Nancy.Serialization.JsonNet

NewtonSoft.Json serializer for Nancy
MIT License
39 stars 32 forks source link

Made the compile tasks depend on the nuget restore tasks #32

Closed thecodejunkie closed 8 years ago

thecodejunkie commented 8 years ago

Changed so default and mono tasks doesn't depend on the nuget restore tasks. Those dependencies have instead been moved to the compile and compilemono tasks. This will ensure that if you run as task such as nuget_package it will actually make sure that a package restore has been executed prior to compiling.