Select to view content in your preferred language

Nuget ArcGIS Extension Version query

194
2
Jump to solution
4 weeks ago
Vidar
by
Frequent Contributor

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 

0 Kudos
1 Solution

Accepted Solutions
CodyPatterson
MVP Regular Contributor

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

 

View solution in original post

0 Kudos
2 Replies
CodyPatterson
MVP Regular Contributor

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

 

0 Kudos
Vidar
by
Frequent Contributor

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.