I’m trying to restrict the default nuget.org-proxy to list only a specific version of a group of packages.
We have a couple of packages which must be used with specific versions.
Is it possible to have access to all packages from nuget.org but restrict specific packages to their specific versions?
I tried Routing rules and Content selectors and neither does work like I want it to.
Even if I use Routing and prepare a regex that blocks all but the specific version, the most recent version is also listed (although it can’t be downloaded)