davidjrh / dnn.azureadprovider

The DNN Azure Active Directory Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory OAuth2 authentication to authenticate users.
MIT License
35 stars 21 forks source link

Unable to build solution - Feed does not exist #51

Closed rbeja closed 2 years ago

rbeja commented 2 years ago

It seems like the nuget feed used for restoring some of the project packages doesn't exist, visiting the URL (https://www.myget.org/F/dnn-software-public/npm/) in a browser also returns "Feed does not exist."

Has this feed moved?

rbeja commented 2 years ago

Just rollingback to the default rep: npm config set registry https://registry.npmjs.com/ And now it's just fine.