From bccab41c8fbd7493f38f6f9a858ce64cefd19539 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:28:49 +0800 Subject: [PATCH] Update Directory.Build.props --- v2rayN/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/Directory.Build.props b/v2rayN/Directory.Build.props index 16ee51b3..240e717d 100644 --- a/v2rayN/Directory.Build.props +++ b/v2rayN/Directory.Build.props @@ -8,7 +8,7 @@ net8.0 true true - CA1031;CS1591;NU1507 + CA1031;CS1591;NU1507;CA1416 annotations enable 2dust