From 99a12a6882563fc20b62adc4be7cb33aada73781 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 4 Jun 2019 12:42:05 -0700 Subject: [PATCH] Add Mvc.Api.Analyzers to 2.2.6 patch (#10621) --- eng/PatchConfig.props | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 7f0ab92b18..8dab2675a7 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -66,5 +66,10 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.AzureAppServices.SiteExtension; + + + Microsoft.AspNetCore.Mvc.Api.Analyzers; + +