We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using framework: auto-detect in paket.dependencies in a C# solution, when conditions specified below are met, following error message appears:
framework: auto-detect
Paket failed with: Package Autofac - framework: net452 was referenced, but it was not found in the paket.lock file in group Main.
The conditions:
Problem does not occur on the initial paket install run (when no lock file is yet present). However it occurs on any subsequent paket install run.
paket install
If I use framework: <= net452 instead of framework: auto-detect, all works well.
framework: <= net452
I created a repro for this problem here: https://github.com/marcinbudny/PaketFrameworksProblemRepro
I'm using Paket version 2.51.7.0
The text was updated successfully, but these errors were encountered:
adb9d86
Fixed duplicate frameworks during auto-detection - references #1500
1d84f59
No branches or pull requests
When using
framework: auto-detect
in paket.dependencies in a C# solution, when conditions specified below are met, following error message appears:The conditions:
Problem does not occur on the initial
paket install
run (when no lock file is yet present). However it occurs on any subsequentpaket install
run.If I use
framework: <= net452
instead offramework: auto-detect
, all works well.I created a repro for this problem here: https://github.com/marcinbudny/PaketFrameworksProblemRepro
I'm using Paket version 2.51.7.0
The text was updated successfully, but these errors were encountered: