Azure-Samples/active-directory-dotnet-webapp-openidconnect

The latest version references unreleased NuGet packages

Closed this issue · 3 comments

Hi, the latest version (at least commit 44ccb26) references Owin package versions 3.0.0-rc3-30804-135-rel but that cannot be found from https://www.nuget.org/packages/Microsoft.Owin/. Changing the versions to 3.0.0-rc2 seems to at least allow package restore and build of the solution.

Please select "Include Prerelease" in NuGet Package Manager in order to get the RC3 release.

Thanks - We will likely make a note of this in the README.

Excuse me but that doesn't fix this issue, the latest Microsoft.Owin version published on nuget - including prereleases - is 3.0.0-rc2, not 3.0.0-rc3-30804-135-rel. Maybe you're also using some other package source than nuget.org?

Apologies, I was getting ahead of myself, you are correct. Please use the following MyGet releases for the time being. These releases should be on NuGet in the near future.

http://www.myget.org/f/aspnetwebstacknightlyrelease/
http://www.myget.org/f/aspnetwebstacknightly/
http://www.myget.org/f/azureadwebstacknightly/