<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net5.0</TargetFramework>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<OutputPath>..\JiepeiWMS.Api\bin\Debug\</OutputPath>
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<OutputPath>..\JiepeiWMS\bin\Release\</OutputPath>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.1.0" />
|
<PackageReference Include="NPOI" Version="2.5.1" />
|
<PackageReference Include="ZKWeb.System.Drawing" Version="4.0.0" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\JiepeiWMS.Model\JiepeiWMS.Model.csproj" />
|
</ItemGroup>
|
|
</Project>
|