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
I don't know what would be the best here. Maybe the warning should also tell why the warning is printed, so I can decide whether it is important or not.
Actual behavior
Paket prints the out-of-sync-warning. IMHO because paket.lock says FRAMEWORK: NET45.
Known workarounds
Change framework: auto-detect to framework: net45 in paket.dependencies
Use the --ignore-checks flag
The text was updated successfully, but these errors were encountered:
Description
As the title says,
framework: auto-detect
inpaket.dependencies
causes the out-of-sync warning to be printed.Repro steps
Create a
paket.dependencies
withframework: auto-detect
, like this:Create an F# project with a
paket.references
:$ paket install
$ paket restore
Expected behavior
I don't know what would be the best here. Maybe the warning should also tell why the warning is printed, so I can decide whether it is important or not.
Actual behavior
Paket prints the out-of-sync-warning. IMHO because
paket.lock
saysFRAMEWORK: NET45
.Known workarounds
framework: auto-detect
toframework: net45
inpaket.dependencies
--ignore-checks
flagThe text was updated successfully, but these errors were encountered: