dev: 更新代码,并准备LuaMod
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.1">
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
@ -7,7 +7,9 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="Test\**\*" />
|
||||
<Protobuf Include="Protos\chess.proto" GrpcServices="Client" />
|
||||
<Compile Remove="android\**\*" />
|
||||
<Compile Remove="Protos\**\*" />
|
||||
<!-- <Protobuf Include="Protos\chess.proto" GrpcServices="Client" /> -->
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
|
||||
@ -19,4 +21,4 @@
|
||||
<PackageReference Include="KeraLua" Version="1.4.5" />
|
||||
<PackageReference Include="NLua" Version="1.7.5" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user