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.
12 lines
498 B
XML
12 lines
498 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\..\..\common.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\framework\NPin.Framework.Mapster\NPin.Framework.Mapster.csproj" />
|
|
<ProjectReference Include="..\..\..\framework\NPin.Framework.SqlSugarCore.Abstractions\NPin.Framework.SqlSugarCore.Abstractions.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Users.Domain.Shared" Version="8.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|