diff options
| author | Yuri Sizov <yuris@humnom.net> | 2023-08-02 21:36:51 +0200 |
|---|---|---|
| committer | Yuri Sizov <yuris@humnom.net> | 2023-08-02 21:36:51 +0200 |
| commit | 0a9006a5aa3f9fac41cb1bd9f4c06fdbc96dc87f (patch) | |
| tree | 345654e38a1c739908b053feb94df54aa7ad32c3 /modules/mono | |
| parent | d7f07820aa9ce658df6bb0fd2691adf181a4c6fb (diff) | |
| parent | f2e9cbf9e86bf61e32b8c7e9ad4e91044560acea (diff) | |
| download | redot-engine-0a9006a5aa3f9fac41cb1bd9f4c06fdbc96dc87f.tar.gz | |
Merge pull request #79501 from raulsntos/dotnet/warnings/NU5128
C#: Suppress NU5128 warning
Diffstat (limited to 'modules/mono')
| -rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators/Godot.SourceGenerators.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
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 a03c9bc06c..23879e0e53 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 @@ <GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Do not include the generator as a lib dependency --> <IncludeBuildOutput>false</IncludeBuildOutput> + <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" /> |
