From 63783dd83f188e680f68ea766b2ea25d6c5d7c13 Mon Sep 17 00:00:00 2001 From: Moony Date: Thu, 16 Apr 2026 09:39:53 -0700 Subject: [PATCH] Correctly warning-only the remaining SVE warnings. (#43602) --- MSBuild/Content.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSBuild/Content.props b/MSBuild/Content.props index de44d3ccc65..1ec3fe5cbae 100644 --- a/MSBuild/Content.props +++ b/MSBuild/Content.props @@ -12,6 +12,6 @@ true - CS0618,CS0672,CS0612,CS1062,CS1064,NU1903 + CS0618,CS0672,CS0612,CS1062,CS1064,NU1901,NU1902,NU1903,NU1904