patriksvensson / dotnet-example

A dotnet tool to list and run examples
MIT License
170 stars 15 forks source link

Set RollForward=Major instead of LatestMajor. #17

Closed alexrp closed 8 months ago

alexrp commented 8 months ago

In #9, 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.

patriksvensson commented 8 months ago

Merged! Thank you for your contribution. Much appreciated! 👍

patriksvensson commented 8 months ago

I've released 3.1.0 with your changes.