From 55ebb7577f111c3be788514e2f11b288cf46e9b6 Mon Sep 17 00:00:00 2001 From: CyrusNajmabadi Date: Sat, 19 Nov 2016 12:23:51 -0800 Subject: [PATCH] Add required reference to project. --- src/EditorFeatures/Test2/project.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/EditorFeatures/Test2/project.json b/src/EditorFeatures/Test2/project.json index 8f8937e8ee6..5f3e03c17e9 100644 --- a/src/EditorFeatures/Test2/project.json +++ b/src/EditorFeatures/Test2/project.json @@ -31,6 +31,10 @@ "version": "14.3.25407", "suppressParent": "all" }, + "Microsoft.VisualStudio.Language.StandardClassification": { + "version": "14.3.25407", + "suppressParent": "all" + }, "Microsoft.VisualStudio.Text.UI": { "version": "14.3.25407", "suppressParent": "all" -- GitLab