fsprojects / Interstellar

Cross-platform desktop apps in F# using web tech - https://www.nuget.org/packages/Interstellar.Core/
https://fsprojects.github.io/Interstellar/
MIT License
43 stars 17 forks source link

Referenced packages should use = instead of >= for nuget version constraints #3

Closed jwosty closed 4 years ago

jwosty commented 4 years ago

Notice how the Interstellar.Wpf.Chromium 0.1.0 states that it depends on Interstellar.Chromium >= 0.1.0, when it is really Interstellar.Chromium = 0.1.0. All dependent packages have this issue.

relevant: NuGet/Home/issues/5540

jwosty commented 4 years ago

Closing for now as 16533d3 takes care of this in the short term. It's a likely brittle hack and should be revisited when possible