Skip to content

Commit 1e15e38

Browse files
committed
Try Codex suggestion to fix unity-testsuite
1 parent 0305a24 commit 1e15e38

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sdks/csharp/SpacetimeDB.ClientSDK.Godot.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<RestorePackagesPath>packages</RestorePackagesPath>
2323
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
2424
<DefineConstants>$(DefineConstants);GODOT</DefineConstants>
25+
<DisableImplicitGodotSharpReferences>true</DisableImplicitGodotSharpReferences>
2526
<!-- Godot.NET.Sdk defaults to .godot/mono/temp; build this package like the regular C# SDK. -->
2627
<BaseOutputPath>bin~/</BaseOutputPath>
2728
<OutputPath>bin~/$(Configuration)/$(TargetFramework)/</OutputPath>
@@ -31,6 +32,10 @@
3132
</PropertyGroup>
3233

3334
<ItemGroup>
35+
<PackageReference Include="GodotSharp" Version="$(PackageVersion_GodotSharp)" />
36+
</ItemGroup>
37+
38+
<ItemGroup Condition="'$(UseLocalBsatnRuntime)' != 'true'">
3439
<PackageReference Include="SpacetimeDB.BSATN.Runtime" Version="2.3.*" />
3540
</ItemGroup>
3641

0 commit comments

Comments
 (0)