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.
22 lines
1.0 KiB
22 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.AutoMapper" Version="5.3.5" />
|
|
<PackageReference Include="Volo.Abp.Ddd.Application" Version="5.3.5" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Application\Win_in.Sfs.Shared.Application.csproj" />
|
|
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Framework\Win_in.Sfs.Shared.Framework.csproj" />
|
|
<ProjectReference Include="..\..\..\Modules\Store\src\Win_in.Sfs.Wms.Store.Application.Contracts\Win_in.Sfs.Wms.Store.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Mes\Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Mes.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.DataExchange.Domain.Iac.Mes\Win_in.Sfs.Wms.DataExchange.Domain.Iac.Mes.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|