We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca81a9 commit 6c2596dCopy full SHA for 6c2596d
1 file changed
Dependencies/build/dotnet/SDL3-CS.csproj
@@ -6,6 +6,9 @@
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<Configurations>Release;Debug</Configurations>
8
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
9
+ <ImplicitUsings>enable</ImplicitUsings>
10
+ <Nullable>enable</Nullable>
11
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
</PropertyGroup>
13
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
14
<PlatformTarget>AnyCPU</PlatformTarget>
0 commit comments