Trying to upgrade via Nuget from 9.2.5 to 9.3.4 with no luck so far.
When trying to upgrade in Visual Studio, it says its need Microsoft.Owin.Security ( 3.1.0-rc1 )
To force it to get the new packages, i deleted everything in my package folder, but noticed that my packages.config still pointed to the 2.1.0.0 version.
I downloaded the 9.3.4 version from the doc site, and noticed that in the packages.config file here, it points to 3.1.0-rc1 so i replaced my config file with this one, and this resulted in a successfully upgrade in VS.
When i try to start up my site in a browser i get this error :
"Could not load file or assembly 'Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
Now its asking for 2.1.0.0 again ?
Any idea to what goes wrong ?
Per Jensen