File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
3132 <UseLocalBsatnRuntime Condition =" '$(UseLocalBsatnRuntime)' == ''" >false</UseLocalBsatnRuntime >
3233 </PropertyGroup >
3334
35+ <ItemGroup >
36+ <PackageReference Include =" GodotSharp" Version =" $(PackageVersion_GodotSharp)" />
37+ </ItemGroup >
38+
3439 <ItemGroup Condition =" '$(UseLocalBsatnRuntime)' != 'true'" >
3540 <PackageReference Include =" SpacetimeDB.BSATN.Runtime" Version =" 2.2.*" />
3641 </ItemGroup >
You can’t perform that action at this time.
0 commit comments