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.
16 lines
557 B
16 lines
557 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<RootNamespace>Win_in.Sfs.Scp.Management</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="4.4.2" />
|
|
<PackageReference Include="Volo.Abp.Authorization" Version="4.4.2" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Scp.Management.Domain.Shared\Win_in.Sfs.Scp.Management.Domain.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|