You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run paket with .paket\paket.exe install it tries to resolve all dependencies and fails with exploring OWIN 2.1.0. There is no version 2.1.0 for the Owin package and the references in the packages that depend on it are fine.
When I change the source to the official Nuget source, the dependencies are resolved fine. But the line exploring OWIN 2.1.0 is not there. Instead it only displays correctly exploring Owin 1.0.
Or I remove the Microsoft.Owin.2.1.0.nupkg from the nugets folder.
Fortunately I was able to create a small example that allows to reproduce this problem which can be found here.
Note: The source ./nugets does not work. This needs to be substituted with the full path before the run.cmd is run.
The text was updated successfully, but these errors were encountered:
I have a rather weird problem using a local Nuget package source and a specific paket.dependencies:
My paket.dependencies:
Note: The
source ./nugets
does not work. This needs to be substituted with the full path.The nugets folder contains the following packages:
When I run paket with
.paket\paket.exe install
it tries to resolve all dependencies and fails withexploring OWIN 2.1.0
. There is no version 2.1.0 for the Owin package and the references in the packages that depend on it are fine.exploring OWIN 2.1.0
is not there. Instead it only displays correctlyexploring Owin 1.0
.Microsoft.Owin.2.1.0.nupkg
from thenugets
folder.Fortunately I was able to create a small example that allows to reproduce this problem which can be found here.
Note: The
source ./nugets
does not work. This needs to be substituted with the full path before the run.cmd is run.The text was updated successfully, but these errors were encountered: