From 43631c3524c2f8ee1a96ec89bfe56e1fdefa976d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Fri, 1 Nov 2019 21:16:46 +0800 Subject: [PATCH] Fix bold style --- release-notes/3.0/3.0-known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/3.0/3.0-known-issues.md b/release-notes/3.0/3.0-known-issues.md index 914ba8e2..d7c73a9e 100644 --- a/release-notes/3.0/3.0-known-issues.md +++ b/release-notes/3.0/3.0-known-issues.md @@ -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, `true`, 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`.