diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-15 09:48:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 09:48:13 +0200 |
commit | 4ba934bf3d1e697d8f332b5e8cfd694cdf49a7ba (patch) | |
tree | 56bf6c5da181184d43bdfdb86e293c7e25dd5cf1 /modules/mono/editor/Godot.NET.Sdk | |
parent | 20d6672846b3fd1537603ac080116dcc914c10e3 (diff) | |
parent | 02bd0724f592dce6410c1e8f38d9a09de9731a73 (diff) |
Merge pull request #65507 from raulsntos/dotnet/nuget-fallback
Fix NuGet fallback folder packages
Diffstat (limited to 'modules/mono/editor/Godot.NET.Sdk')
-rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets index bff9760b32..859ea52c93 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets @@ -17,7 +17,7 @@ <!-- C# source generators --> <ItemGroup Condition=" '$(DisableImplicitGodotGeneratorReferences)' != 'true' "> - <PackageReference Include="Godot.SourceGenerators" Version="$(PackageFloatingVersion_Godot)" /> + <PackageReference Include="Godot.SourceGenerators" Version="$(PackageVersion_Godot_SourceGenerators)" /> </ItemGroup> <!-- Godot API references --> |