C# Assemblies can now be built with deprecated=no

This commit is contained in:
Felix Bytow
2024-09-04 17:10:25 +02:00
parent b6223c0df0
commit e9762b3eaf
3 changed files with 18 additions and 5 deletions
@@ -36,7 +36,7 @@
</ProjectReference>
</ItemGroup>
<!-- Compat Sources -->
<ItemGroup>
<ItemGroup Condition=" '$(GodotNoDeprecated)' == '' ">
<Compile Include="Compat.cs" />
</ItemGroup>
<!--