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`.