Files
whms-lte-fs/Presentation/ASPNET/ASPNET.csproj
T
2026-07-21 15:03:40 +07:00

19 lines
514 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Application\Application.csproj" />
<ProjectReference Include="..\..\Infrastructure\Infrastructure\Infrastructure.csproj" />
</ItemGroup>
</Project>