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.
31 lines
1.3 KiB
31 lines
1.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>Win_in.Sfs.Wms.DataExchange</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Http.Client" Version="5.3.5" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.DataExchange.Application.Contracts\Win_in.Sfs.Wms.DataExchange.Application.Contracts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Account.HttpApi.Client" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.HttpApi.Client" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.HttpApi.Client" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.HttpApi.Client" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.HttpApi.Client" 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>
|
|
|