From ca59099eeeb7ed93880ca253697540c48e8727b6 Mon Sep 17 00:00:00 2001 From: axunonb Date: Mon, 22 Jan 2024 14:17:12 +0100 Subject: [PATCH] Disable warning AD0001 from Microsoft.AspNetCore.Mvc.Analyzers AD0001 warning comes from depreciated Microsoft.AspNetCore.Mvc.Analyzers (transitive reference) --- League/League.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/League/League.csproj b/League/League.csproj index 0de53615..a1a250ad 100644 --- a/League/League.csproj +++ b/League/League.csproj @@ -23,6 +23,8 @@ Localizations for English and German are included. The library is in operation o en;de enable + + $(NoWarn);AD0001