diff options
author | Felix Bytow <drako@drako.guru> | 2024-09-04 17:10:25 +0200 |
---|---|---|
committer | Felix Bytow <drako@drako.guru> | 2024-09-05 10:04:24 +0200 |
commit | e9762b3eafb9ef1e2483cdbb924d93fa16a43ad3 (patch) | |
tree | f9c580f07e230dd7a88e8d4e7bc4a43acc326fcb /modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | |
parent | b6223c0df0300ba2db17b5742c349f13c33f8884 (diff) | |
download | redot-engine-e9762b3eafb9ef1e2483cdbb924d93fa16a43ad3.tar.gz |
C# Assemblies can now be built with deprecated=no
Diffstat (limited to 'modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj')
-rw-r--r-- | modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj index 65b4824f94..715c1a4d51 100644 --- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj +++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj @@ -36,7 +36,7 @@ </ProjectReference> </ItemGroup> <!-- Compat Sources --> - <ItemGroup> + <ItemGroup Condition=" '$(GodotNoDeprecated)' == '' "> <Compile Include="Compat.cs" /> </ItemGroup> <!-- |