When I'm following this guidance - I am having to develop against 3.2 or Pro - but it says in the help you should install the latest version of the nuget package for Esri.ArcGISPro.Extensions30. Should I install the latest as advised or pick one that matches the 3.2 version?
https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-ArcGIS-Pro-Extensions-NuGet
Solved! Go to Solution.
Hey @Vidar
The package Esri.ArcGISPro.Extensions30 supports Pro versions 3.0 and higher, so it should work even if the extension is on version 3.5.0 since it more than likely is a catch all where previous versions would work, but of course newer functionality would not be able to be used unless ArcGIS Pro is updated!
Cody
Hey @Vidar
The package Esri.ArcGISPro.Extensions30 supports Pro versions 3.0 and higher, so it should work even if the extension is on version 3.5.0 since it more than likely is a catch all where previous versions would work, but of course newer functionality would not be able to be used unless ArcGIS Pro is updated!
Cody
actually its not 100% - becaue if you try to upgrade to 3.5 from 3.2 on nuget it will fail because the .net version dependancies are incorrect, so it will revert back to the 3.2 package.
Just worth noting for others, rather than me just being a pedant.