File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 <!-- C# source generators -->
2727 <ItemGroup Condition =" '$(DisableImplicitGodotGeneratorReferences)' != 'true' " >
28- <PackageReference Include =" Godot.SourceGenerators" Version =" $(PackageVersion_Godot_SourceGenerators)" />
28+ <PackageReference Include =" Godot.SourceGenerators" IsImplicitlyDefined = " true " Version =" $(PackageVersion_Godot_SourceGenerators)" />
2929 </ItemGroup >
3030
3131 <!-- Godot API references -->
3232 <ItemGroup Condition =" '$(DisableImplicitGodotSharpReferences)' != 'true' " >
33- <PackageReference Include =" GodotSharp" Version =" $(PackageVersion_GodotSharp)" />
34- <PackageReference Include =" GodotSharpEditor" Version =" $(PackageVersion_GodotSharp)" Condition =" '$(Configuration)' == 'Debug' " />
33+ <PackageReference Include =" GodotSharp" IsImplicitlyDefined = " true " Version =" $(PackageVersion_GodotSharp)" />
34+ <PackageReference Include =" GodotSharpEditor" IsImplicitlyDefined = " true " Version =" $(PackageVersion_GodotSharp)" Condition =" '$(Configuration)' == 'Debug' " />
3535 </ItemGroup >
3636
3737 <!-- iOS-specific build targets -->
You can’t perform that action at this time.
0 commit comments