You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
420 B
19 lines
420 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\build\common.targets" />
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Mapster" Version="7.4.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tiobon.Core.Common\Tiobon.Core.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Tiobon.Core">
|
|
<HintPath>..\Lib\Tiobon.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|