HHECS.Application.csproj
714 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HHECS.BllModel" Version="1.1.3" />
<PackageReference Include="HHECS.Communication" Version="1.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageReference Include="NPOI.Excel" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HHECS.Dal\HHECS.Dal.csproj" />
<ProjectReference Include="..\HHECS.Infrastructure\HHECS.Infrastructure.csproj" />
<ProjectReference Include="..\HHECS.Model\HHECS.Model.csproj" />
</ItemGroup>
</Project>