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.
42 lines
2.2 KiB
42 lines
2.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>Win_in.Sfs.Wms.DataExchange</RootNamespace>
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
<DocumentationFile>.\Win_in.Sfs.Wms.DataExchange.Application.Contracts.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Ddd.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Authorization" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.FluentValidation" Version="5.3.5" />
|
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Application.Contracts\Win_in.Sfs.Shared.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.EntityFrameworkCore\Win_in.Sfs.Shared.EntityFrameworkCore.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.DataExchange.Domain.Shared\Win_in.Sfs.Wms.DataExchange.Domain.Shared.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.DataExchange.Domain\Win_in.Sfs.Wms.DataExchange.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
|
|
|
<PackageReference Include="Volo.Abp.ObjectExtending" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="5.3.5" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Update="Fody" Version="6.6.4">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|
|
|