This commit is contained in:
James Newton-King 2019-07-31 13:57:16 +12:00
parent 4841d5f019
commit 10b9c338f2
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 to run on macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
// For instructions on how to configure Kestrel and gRPC clients for macOS, visit https://go.microsoft.com/fwlink/?linkid=2099682
public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.ConfigureWebHostDefaults(webBuilder =>