fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 122 forks source link

Fix FSharp.Core warnings on UWP samples #801

Closed TimLariviere closed 3 years ago

TimLariviere commented 3 years ago

UWP projects were complaining because they used the fixed FSharp.Core 4.7.0 of the Fabulous projects while the shared projects used FSharp.Core 4.7.2. This PR makes UWP projects use FSharp.Core 4.7.2 too.