Enable non-prerelease package to download pre-release
The nuget package Microsoft.Azure.CosmosDB.Table package version 1.1.3 relies on the prerelease 9.0.0.1-preview of Microsoft.Azure.Storage.Common.
If I enable include pre-release it doesn't install failing saying that it can't find it.
Even if I pre-install the pre-release dependency it doesn't allow it.
A non-prerelease package being a depedency is a documented issue: https://github.com/Azure/azure-cosmosdb-dotnet/issues/385 and the workaround suggests installing the pre-release which suggesting the workaround should work as normal when using nuget.
1
vote
Alex Key
shared this idea