Azure-Samples / Azure-Samples/active-directory-b2c-dotnet-webapp-and-webapi
Nuget package Owin.1.0.1 can not be found
Open
- Dominant language
- JavaScript
- Stars
- 282
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Issue
After cloining the repo, and rebuild with restore packages, i got an error that package Owin version="1.0.**1**" can not be found.
**Solution**
I had to manually remove all the references to this package (package.config and .csproj files), then reinstall the missing Owing package with the only available version of 1.0.0
**Question**
I am wondering if someone else has the same issue, or if I am missing something so that my solution can recognize Owin v.1.0.1 ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.