Skip to content

spasarto/MonoGame.Microsoft.Extensions.Hosting

Repository files navigation

MonoGame.Microsoft.Extensions.Hosting

Adds a MonoGame lifetime to the Microsoft Extensions Hosting platform.

Usage:

    public static class Program
    {
        [STAThread]
        static Task Main()
        {
            return new HostBuilder()
                .RunMonoGameAsync<MyGame>();
        }
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages