An update for template pack MonoGame.Templates.CSharp::3.8.0.1641 is available

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?

Same here, using Windows 10 and the exact same version as yours. There’s probably an issue with the CLI for checking the local version against the remote one. For now, I would recommend just ignoring that message as that’s definitely the latest version.

That’s just the template, anyway. As long as it gives you a working basic game project, it’s fine. Perhaps it will get fixed when the template is updated for .NET 5 or .NET 6. :slight_smile:

1 Like