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:
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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="MvvmCross.HotTuna.CrossCore" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.MvvmCrossLibraries" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.Touch.Dialog" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.PortableSupport" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
</packages> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="MvvmCross" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.CrossCore" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.MvvmCrossLibraries" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.StarterPack" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.HotTuna.Touch.Dialog" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
<package id="MvvmCross.PortableSupport" version="3.0.9-beta5" targetFramework="MonoTouch40" /> | |
</packages> |
No comments:
Post a Comment