Register new Plugin is always failing with dependency issue #1454
-
|
I am trying to register a new XrmToolBox plugin from NuGet: Package ID: VerseOps.XrmToolBox The portal rejects it with: "Errors have been found in your Nuget package: XrmToolBox version dependency is missing in Nuget package." I believe the dependency marker is present in the current NuGet package. NuGet registration metadata for 1.0.16.1 shows: dependency id="XrmToolBox" The nupkg layout is: lib/net48/Plugins/VerseOps.XrmToolBox.dll The package also has:
The registration POST returns HTTP 200 with the validation error in the returned HTML. My HAR does not show any browser-side calls to NuGet, so I assume the portal validates NuGet server-side. Could the portal validator be using stale NuGet metadata/cache, or is there another package-layout/dependency format it expects for multi-DLL tools? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The plugin registration process analyze ALL listed version. So, I guess your first versions do not have this dependency marker. Just unlist versions that don't have this marker from nuget portal and you should be good |
Beta Was this translation helpful? Give feedback.

The plugin registration process analyze ALL listed version. So, I guess your first versions do not have this dependency marker. Just unlist versions that don't have this marker from nuget portal and you should be good