MonoGame 3.8 prerelease packages are up on NuGet

@MrValentine With 3.8, will be providing 3 sets of templates:

  • VSIX for Visual Studio 2019 for Windows
  • mpack for Visual Studio 2019 for macOS
  • MonoGame.Templates.CSharp nuget, for dotnet CLI and Rider IDE

The last one is installed using the following command:

dotnet new -i MonoGame.Templates.CSharp::3.8.0.1375-develop

and provides templates when using dotnet new command.

1 Like