2 references to RemoteHostServer
aspire-managed (1)
Program.cs (1)
30
await Aspire.Hosting.RemoteHost.
RemoteHostServer
.RunAsync(args).ConfigureAwait(false);
aspire-server (1)
Program.cs (1)
8
await Aspire.Hosting.RemoteHost.
RemoteHostServer
.RunAsync(args).ConfigureAwait(false);