From 43199365c23f3c8475b88ca147565bfa36e52523 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 26 Jan 2018 16:15:21 -0800 Subject: [PATCH] Add dependency from Threading lib to analyzers This so that anyone who uses the threading library automatically gets the analyzers --- .../Microsoft.VisualStudio.Threading.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj b/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj index 8d0ed7ea0..7076415f6 100644 --- a/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj +++ b/src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj @@ -60,6 +60,12 @@ + + + +