If I create a new project via the command line I always get this information, that there is an update available.
An update for template pack MonoGame.Templates.CSharp::3.8.0.1641 is available
install command: dotnet new -i MonoGame.Templates.CSharp::3.8.0.1641
The install command does nothing as it has the same version number I guess. What is the recommendation here? Should I try to ommit the version number and will it update the templates to the latest version then? Is there really a newer version?