-
Notifications
You must be signed in to change notification settings - Fork 519
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
Paket cannot resolve a conflict on Microsoft.AspNet.Razor when using a local package source #1703
Comments
|
Could you please create a zip which reproduces this issue? Thanks
|
|
(previous link was incorrect) |
|
thanks for the repro sample. should be fixed now. |
Description
When using a local package source, Paket cannot resolve the dependency conflict between
RazorEngineandMicrosoft.AspNet.Mvc.This is likely due to a failure to resolve this dependencies section in RazorEngine's nuspec file:
Repro steps
paket.dependenciesfile with the following:paket.exe updateExpected behavior
Paket resolves
Microsoft.AspNet.Razor (>= 3.2.3 < 3.3)toMicrosoft.AspNet.Razor (3.2.3).Actual behavior
Known workarounds
One workaround:
framework: net45frompaket.dependencies.Another workaround:
https://api.nuget.org/v3/index.json), not a local source.Another workaround:
cachedirective to the local folder,Related information
The text was updated successfully, but these errors were encountered: