You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
819 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Tools\**" />
<EmbeddedResource Remove="Tools\**" />
<None Remove="Tools\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="iTextSharp.LGPLv2.Core" Version="1.7.5" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.18" />
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Djy.Common\Common.csproj" />
<ProjectReference Include="..\djy.IService\djy.IService.csproj" />
<ProjectReference Include="..\djy.Model\djy.Model.csproj" />
</ItemGroup>
</Project>