14 lines
380 B
XML
14 lines
380 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<PackageProjectUrl>https://github.com/focus-creative-games/luban</PackageProjectUrl>
|
|
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Luban.Common\Luban.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|