Enabled nullable for ScriptCore

This commit is contained in:
Simon Lübeß
2024-01-05 14:33:50 +01:00
parent 3de861110e
commit a5e767df01
+1
View File
@@ -8,6 +8,7 @@
<RootNamespace>GlitchyEngine</RootNamespace> <RootNamespace>GlitchyEngine</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Target Name="PostBuild" AfterTargets="PostBuildEvent">