jcansdale / gpr

A .NET Core tool for working with the GitHub Package Registry
94 stars 13 forks source link

Set `RollForward=Major` instead of `LatestMajor`. #127

Open alexrp opened 8 months ago

alexrp commented 8 months ago

In #99, I proposed LatestMajor. That is usually fine, but Major is preferable to make things more predictable; Major will prefer the runtime that the app was built for before rolling forward, while LatestMajor will always roll forward.