Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuget package Owin.1.0.1 can not be found #160

Open
ZokiDespotovski opened this issue Nov 3, 2023 · 1 comment
Open

Nuget package Owin.1.0.1 can not be found #160

ZokiDespotovski opened this issue Nov 3, 2023 · 1 comment

Comments

@ZokiDespotovski
Copy link

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 ?

@nitrospaz
Copy link

It looks like it was changed in pr#157 while they were updating some other things. As far as I can find there is no 1.0.1 for the owin package. before this change it was 1.0 instead of 1.0.1

Solution
Open the project folder with vs code and search for "1.0.1" there are only 4 references related to owin, and change them to "1.0". Open solution in visual studio and clean and rebuild the solution and it should work now.

nitrospaz added a commit to nitrospaz/active-directory-b2c-dotnet-webapp-and-webapi that referenced this issue Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants