I'm updating the nuget package microsoft.identity.serviceessentials.aspnetcore 1.26.0 to ver 1.28.1. however I get the below error message in Package Manager Console.
Unable to find package Microsoft.Identity.ServerAuthorization. No packages exist with this id in source(s)
Looks like the dependent package Microsoft.Identity.ServerAuthorization is not available in the feed and I'm unable to find it to download from anywhere and publish to the feed.
Please help to resolve this issue or guide me to find the package in the internet.
Thanks in advance.
~Sreeni
microsoft.identity.serviceessentials.aspnetcore1.26.0 ? Looks like it's not hosted innuget org. Is it developed by your/your team or hosted on third-party feed?READMEto find any links about download/Documentation/Release notes to get where it's hosted. Or find the file.nupkg.metadataand open it to get the source value like this:{ "version": 2, "contentHash": "", "source": "api.nuget.org/v3/index.json" }