Saturday, October 05, 2013

"Every time I update using nuget I get FirstView added again :("

If this is happening to you... then the easiest thing to do is to remove the "MvvmCross" and "MvvmCross HotTuna StarterPack" packages from your project - instead rely just on the 'assembly only' packages like "MvvmCrossLibraries" and "CrossCore"


To do this, just edit the packages.config files in your projects.


This gist shows you what I do - what the config file looks like before and after:


No comments:

Post a Comment