Skip to content

Commit 4c54c3f

Browse files
committed
bindings/c#/poc.csproj: suppress a warning.
1 parent e809d4e commit 4c54c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/c#/poc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6+
<NoWarn>CS8981</NoWarn>
67
</PropertyGroup>
78

89
</Project>

0 commit comments

Comments
 (0)