This commit is contained in:
James Newton-King 2019-07-31 13:58:18 +12:00
parent 10b9c338f2
commit ccfa7f13ea
No known key found for this signature in database
GPG Key ID: 0A66B2F456BF5526
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace GrpcService_CSharp
}
// Additional configuration is required to successfully run gRPC on macOS.
// For instructions on how to configure Kestrel and gRPC clients for macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
// For instructions on how to configure Kestrel and gRPC clients on macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>