From c2ae0be196a3e0adfaf356127c4fad2e00a45deb Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 27 Nov 2018 16:34:37 -0600 Subject: [PATCH] Link UnusedValuePreference to fix build error --- .../Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj index 8aacd2f15a6..8097a36036f 100644 --- a/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj +++ b/src/CodeStyle/Core/Analyzers/Microsoft.CodeAnalysis.CodeStyle.csproj @@ -57,6 +57,7 @@ + -- GitLab