Open ZokiDespotovski opened 1 year ago
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.
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 ?