Skip to content

Commit 030a583

Browse files
committed
add new experimental IDs to NoWarn property of input csproj
1 parent 60ba38c commit 030a583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/Input/Input/Silk.NET.Input.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net10.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<NoWarn>ST0005;$(NoWarn)</NoWarn>
7+
<NoWarn>ST0005;ST0006;ST0007;ST0008;ST0009;$(NoWarn)</NoWarn>
88
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)