From 8932ea3b6c1dc89123b70841b0b08bc928722a5a Mon Sep 17 00:00:00 2001 From: Susko3 Date: Tue, 17 Dec 2024 17:26:18 +0100 Subject: [PATCH] Publish JetBrains annotations Mandatory for making `[MustDisposeResource]` useful --- SDL3-CS/SDL3-CS.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL3-CS/SDL3-CS.csproj b/SDL3-CS/SDL3-CS.csproj index b3ef941..4f627a6 100644 --- a/SDL3-CS/SDL3-CS.csproj +++ b/SDL3-CS/SDL3-CS.csproj @@ -7,6 +7,7 @@ enable true $(NoWarn);SYSLIB1054;CA1401 + $(DefineConstants);JETBRAINS_ANNOTATIONS