From 0fe90710731058b7482286b1c4d63a9ef2591cb0 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 7 Apr 2017 14:36:45 -0700 Subject: [PATCH] Update dotnet47-changes.md --- releases/net47/dotnet47-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/net47/dotnet47-changes.md b/releases/net47/dotnet47-changes.md index 7b914d2..c30ebd0 100644 --- a/releases/net47/dotnet47-changes.md +++ b/releases/net47/dotnet47-changes.md @@ -17,7 +17,7 @@ Each change includes our TFS bug numbers at the end of the line. Please include * Fixed NGen Task to respect battery saver setting. [250762] * Fixed a bug where null paths would not throw ArgumentNullException. [252467] * Added the case of Wrong machine code generated by RyuJIT on AVX2-capable CPU to the list of instructions that have this characteristic. [258520] -* Implemented flexibility in specifying Server GC resource consumption. [271883] [dotnet/coreclr #6104](https://github.com/dotnet/coreclr/pull/6104) +* Implemented flexibility in specifying Server GC resource consumption. [271883] [[dotnet/coreclr #6104](https://github.com/dotnet/coreclr/pull/6104)] ## [BCL](#bcl)