You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Mark referenced packages in SDK as implicitly defined
Should improve package manager behavior and fix errors in solutions using CPM. https://github.com/NuGet/Home/issues/13529 https://github.com/dotnet/sdk/pull/43151/files#r1746148520
This commit is contained in:
@@ -25,13 +25,13 @@
|
|||||||
|
|
||||||
<!-- C# source generators -->
|
<!-- C# source generators -->
|
||||||
<ItemGroup Condition=" '$(DisableImplicitGodotGeneratorReferences)' != 'true' ">
|
<ItemGroup Condition=" '$(DisableImplicitGodotGeneratorReferences)' != 'true' ">
|
||||||
<PackageReference Include="Godot.SourceGenerators" Version="$(PackageVersion_Godot_SourceGenerators)" />
|
<PackageReference Include="Godot.SourceGenerators" IsImplicitlyDefined="true" Version="$(PackageVersion_Godot_SourceGenerators)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Godot API references -->
|
<!-- Godot API references -->
|
||||||
<ItemGroup Condition=" '$(DisableImplicitGodotSharpReferences)' != 'true' ">
|
<ItemGroup Condition=" '$(DisableImplicitGodotSharpReferences)' != 'true' ">
|
||||||
<PackageReference Include="GodotSharp" Version="$(PackageVersion_GodotSharp)" />
|
<PackageReference Include="GodotSharp" IsImplicitlyDefined="true" Version="$(PackageVersion_GodotSharp)" />
|
||||||
<PackageReference Include="GodotSharpEditor" Version="$(PackageVersion_GodotSharp)" Condition=" '$(Configuration)' == 'Debug' " />
|
<PackageReference Include="GodotSharpEditor" IsImplicitlyDefined="true" Version="$(PackageVersion_GodotSharp)" Condition=" '$(Configuration)' == 'Debug' " />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- iOS-specific build targets -->
|
<!-- iOS-specific build targets -->
|
||||||
|
|||||||
Reference in New Issue
Block a user