-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#288, kind of: Enabled package restore. I didn't do anything here man…
…ually actually (or if I did, it was at least not today :-) Could be a difference with VS2012 and 2013 I guess.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71ec685
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@perlun is this "the old way" compared the the new suggested way: http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html or is it something different?
71ec685
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. This changeset is evil. I will revert it. (Well, actually, if you don't know why a file has been changed, there's a quite good chance you shouldn't actually be comitting it... 😉)
This relates to the problem @JanEggers was reporting in #137. I saw you already fixed it in 50615de - good!