hrms-api-backend/BMA.EHR.Domain/BMA.EHR.Domain.csproj

22 lines
777 B
XML
Raw Normal View History

2023-06-25 18:36:02 +07:00
<Project Sdk="Microsoft.NET.Sdk">
2023-06-05 20:22:51 +07:00
2025-05-02 12:13:14 +07:00
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);$(WarningsNotAsErrors)</NoWarn>
2023-06-05 20:22:51 +07:00
2025-05-02 12:13:14 +07:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.9" />
<PackageReference Include="NEST" Version="7.17.5" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="ThaiBahtText" Version="1.0.103" />
</ItemGroup>
2023-06-05 20:22:51 +07:00
</Project>