mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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:
parent
0ed1c192e8
commit
976e60ea24
1 changed files with 3 additions and 3 deletions
|
|
@ -25,13 +25,13 @@
|
|||
|
||||
<!-- C# source generators -->
|
||||
<ItemGroup Condition=" '$(DisableImplicitGodotGeneratorReferences)' != 'true' ">
|
||||
<PackageReference Include="Godot.SourceGenerators" Version="$(PackageVersion_Godot_SourceGenerators)" />
|
||||
<PackageReference Include="Godot.SourceGenerators" IsImplicitlyDefined="true" Version="$(PackageVersion_Godot_SourceGenerators)" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Godot API references -->
|
||||
<ItemGroup Condition=" '$(DisableImplicitGodotSharpReferences)' != 'true' ">
|
||||
<PackageReference Include="GodotSharp" Version="$(PackageVersion_GodotSharp)" />
|
||||
<PackageReference Include="GodotSharpEditor" Version="$(PackageVersion_GodotSharp)" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
<PackageReference Include="GodotSharp" IsImplicitlyDefined="true" Version="$(PackageVersion_GodotSharp)" />
|
||||
<PackageReference Include="GodotSharpEditor" IsImplicitlyDefined="true" Version="$(PackageVersion_GodotSharp)" Condition=" '$(Configuration)' == 'Debug' " />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- iOS-specific build targets -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue