From f2e9cbf9e86bf61e32b8c7e9ad4e91044560acea Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Sat, 15 Jul 2023 15:25:37 +0200 Subject: [PATCH] C#: Suppress NU5128 warning Suppress dependencies of SourceGenerators package to fix NU5128. --- .../Godot.SourceGenerators/Godot.SourceGenerators.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj index a03c9bc06cb..23879e0e531 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj @@ -18,6 +18,7 @@ true false + true