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.
23 lines
1.0 KiB
23 lines
1.0 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<AssemblyName>Kean.Domain.Order</AssemblyName>
|
|
<RootNamespace>Kean.Domain.Order</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AutoMapper" Version="11.0.1" />
|
|
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wms.Core.Domain.Seedwork\Wms.Core.Domain.Seedwork.csproj" />
|
|
<ProjectReference Include="..\Wms.Core.Infrastructure.Configuration\Wms.Core.Infrastructure.Configuration.csproj" />
|
|
<ProjectReference Include="..\Wms.Core.Infrastructure.Utilities\Wms.Core.Infrastructure.Utilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|