Skip to content

Commit 48e7961

Browse files
committed
Remvoe unnecessary warning suppression
1 parent a10f5c0 commit 48e7961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Web/src/Microsoft.AspNetCore.Components.Web.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<RootNamespace>Microsoft.AspNetCore.Components</RootNamespace>
99
<Nullable>enable</Nullable>
10-
<!-- SYSLIB0020: JsonSerializerOptions.IgnoreNullValues is obsolete -->
11-
<NoWarn>$(NoWarn);SYSLIB0020</NoWarn>
1210
<IsTrimmable>true</IsTrimmable>
1311
<!-- TODO: Address Native AOT analyzer warnings https://github.com/dotnet/aspnetcore/issues/45473 -->
1412
<EnableAOTAnalyzer>false</EnableAOTAnalyzer>

0 commit comments

Comments
 (0)