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 </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
You can’t perform that action at this time.
0 commit comments