Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 256 Bytes

File metadata and controls

14 lines (13 loc) · 256 Bytes

Microsoft.Extensions.Hosting.Stride3d

Hosting lifetime for Stride3d

Usage:

    class Program
    {
        static Task Main(string[] args)
        {
            return new HostBuilder()
                        .RunStrideAsync();
        }
    }