Uno.Wasm.Bootstrap
Uno.Wasm.Bootstrap copied to clipboard
`Microsoft.Windows.Compatibility` hard-locked on version `5.0.0`
Microsoft.Windows.Compatibility reference in Uno.Wasm.Bootstrap.targets#L90 makes it impossible to change the package version at the project level.
It seems you're spending time to bump its version in sample projects but this doesn't lead to any actual effect.
Should it really be there? And if so, should it be at least 5.0.* instead of 5.0.0?
Thanks for the report. It's actually having an effect, but likely only on CI, because the bootstrap target is not restoring the content provided by the targets file as it's included after the restore target.
I'll remove this from the bootstrapper targets file.
It looks like this should have been closed along with PR #495 (9e15eb0).
It's been kept open because the explicit packages are still in place. We're likely going to change the behavior for projects targeting net7 and up explicitly, and close this issue along with it.
@jeromelaban thanks for the explanation!👍
This is fixed in latest 7.0-dev bits.