1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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

View File

@@ -36,7 +36,7 @@
</ProjectReference>
</ItemGroup>
<!-- Compat Sources -->
<ItemGroup>
<ItemGroup Condition=" '$(GodotNoDeprecated)' == '' ">
<Compile Include="Compat.cs" />
</ItemGroup>
<!--