Skip to content

Commit 6c2596d

Browse files
[Dependencies] Fix SDL3-CS project flags;
1 parent 6ca81a9 commit 6c2596d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dependencies/build/dotnet/SDL3-CS.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<Configurations>Release;Debug</Configurations>
88
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
9+
<ImplicitUsings>enable</ImplicitUsings>
10+
<Nullable>enable</Nullable>
11+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
912
</PropertyGroup>
1013
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1114
<PlatformTarget>AnyCPU</PlatformTarget>

0 commit comments

Comments
 (0)