mirror of https://github.com/ppy/SDL3-CS.git
Publish JetBrains annotations
Mandatory for making `[MustDisposeResource]` useful
This commit is contained in:
parent
5a7b49ca74
commit
8932ea3b6c
|
|
@ -7,6 +7,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<NoWarn>$(NoWarn);SYSLIB1054;CA1401</NoWarn>
|
||||
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="NuGet">
|
||||
|
|
|
|||
Loading…
Reference in New Issue