patriksvensson / dotnet-example

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

Set `RollForward` to `LatestMajor`. #9

Closed alexrp closed 2 years ago

alexrp commented 2 years ago

This enables running dotnet-example when (e.g.) only .NET 7 is installed. This is a good practice for .NET global tools so that they work on future runtimes without needing updates.

patriksvensson commented 2 years ago

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