Hi,
Are v100.2 versions of the NuGet packages for Toolkit going to be created or are they getting phased out?
Pre-release versions for v100.1 where uploaded by no release version seems to have been created. Those pre-release versions do not support v100.2 (it has a constraint where Esri.ArcGISRuntime.WPF > 100.1.0 && < 100.2.0)
Thanks,
John.
Yes we're working on it. Until then, you can use the appveyor nuget server which always have the nuget packages with whatever is in the master branch. You can see how, at the last bit under the "Instructions for Building"
https://github.com/Esri/arcgis-toolkit-dotnet
These nuget packages updates every time a merge to master is done, so you can always quickly get the latest state.
Thanks Morten,
Worked nicely!
John.