Files
Fishing2Server/ThirdParty/ThirdParty.csproj
2026-03-05 15:03:45 +08:00

16 lines
392 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Folder Include="Luban\" />
<Folder Include="Unity.Mathematics\" />
</ItemGroup>
</Project>