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
Probably related to DotNet8WindowsVersions not having generic V10 (and possibly V7 and V8 since these are not officially supported but work most time nevertheless).
Description
When using
framework: net8.0-windows
, some transitive dependencies are not included in paket.lock.This also means
paket show-installed-packages --all
won't show transitive packages.Reproducible with paket 8.0.3 and 8.1.0-alpha004.
Repro steps
Using the following
paket.dependencies
file:will result in following
paket.lock
file:Compare this to e.g. net6.0-windows (expected behavior):
Known workarounds
Using
net8.0
instead ofnet8.0-windows
works as expected, but it obviously includes other packages needed for other platforms.net8.0-windows10.0.17763.0
works as expected.Some transitive dependencies are, rarely, included.
The text was updated successfully, but these errors were encountered: