I have a package hosted in the github nuget package registry but the version is mismathced in the index.json
{"count":1,"items":[{"@id":"https://nuget.pkg.github.com/ORGANISATION/REPO/index.json","lower":"0.9.0-20200922-085546","upper":"0.9.0" ... }
The upper key is pointing towards the oldest stable version. What I want is the upper to be the latest prerelease.
I also have another repo from which I am publishing packages to the github registry but the upper key in the index.json file of that repo is the latest prerelease package version i see in the github packages tab.
Is there any modifications I should be doing in the project or any config file?