MonoGame 3.8 release date?

Is there any estimated date for the release of MonoGame 3.8? I’d like to write games in Monogame using Visual Studio 2019 or Visual Studio Code with .Net Core.

I deduce from what I see in the github milestone, that there are still several issues to resolve.

Thanks.

You don’t need to wait for newer versions of MG to use VS 2019 with MonoGame, MonoGame is just a library, it has no dependency on any version of IDE you use, the only thing we do provide for older versions of VS are beginner friendly templates.

For now you can use dotnet new templates if you need to make a new project: https://www.nuget.org/packages/MonoGame.Templates.CSharp/

Thank you! I’m going to try it :slight_smile: