2023-06-25 18:36:02 +07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-06-05 20:22:51 +07:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-08-24 12:14:01 +07:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2023-06-05 20:22:51 +07:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-07-12 21:50:11 +07:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.8" />
|
2023-06-26 10:15:50 +07:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
2023-07-12 21:50:11 +07:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="7.0.9" />
|
2023-11-29 17:28:15 +07:00
|
|
|
|
<PackageReference Include="ThaiBahtText" Version="1.0.103" />
|
2023-06-05 20:22:51 +07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|