Uno.Wasm.Bootstrap icon indicating copy to clipboard operation
Uno.Wasm.Bootstrap copied to clipboard

`Microsoft.Windows.Compatibility` hard-locked on version `5.0.0`

Open mmarinchenko opened this issue 4 years ago • 4 comments
trafficstars

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?

mmarinchenko avatar Aug 25 '21 12:08 mmarinchenko

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.

jeromelaban avatar Aug 25 '21 13:08 jeromelaban

It looks like this should have been closed along with PR #495 (9e15eb0).

mmarinchenko avatar Jun 18 '22 18:06 mmarinchenko

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 avatar Jun 19 '22 01:06 jeromelaban

@jeromelaban thanks for the explanation!👍

mmarinchenko avatar Jun 21 '22 07:06 mmarinchenko

This is fixed in latest 7.0-dev bits.

jeromelaban avatar Sep 29 '22 12:09 jeromelaban