Hi there,
So I have a project that's currently compiling to rc1-final but would like to try one of the newer nightly builds, what's the best way to go about this?
My confusion is with the installed version and the available versions for each package, for example, let's say I want to try version 'rc2-16595'. Now I start by downloading the runtime using dnvm, once installed I have to then edit my global.json and project.json to use this runtime version.
How? I can edit global.json fine, that points to the right version, but not project.json, only a few of my dependencies even have this version 'rc2-16595' available, that's what I assumed (and probably wrongly) that dnvm was installing.
I understand that not all packages are being built at the same pace, so some may be newer than others, but how am I supposed to easily know what ones I can use?
Nick.