Fix bold style

This commit is contained in:
谭九鼎 2019-11-01 21:16:46 +08:00 committed by GitHub
parent c4a0adeedc
commit 43631c3524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ This document lists known issues for **.NET Core 3.0 GA and beyond releases** wh
### 3.0.0 GA
- ** Trying to use the AspNetCore gRPC fails to build ([WPF/810](https://github.com/dotnet/wpf/issues/810))**
- **Trying to use the AspNetCore gRPC fails to build ([WPF/810](https://github.com/dotnet/wpf/issues/810))**
Trying to use a gRPC service in a WPF app, `<UseWPF>true</UseWPF>`, results in a build error. Visual Studio and VSCode does not report the problem in intellisense but it appears when doing a `dotnet build .sln`.