Files
Hushian/Presentation/Hushian.WebApi/Hushian.WebApi.csproj

21 lines
696 B
XML
Raw Normal View History

2025-07-11 20:37:28 +03:30
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\Common.csproj" />
<ProjectReference Include="..\..\Hushian.Application\Hushian.Application.csproj" />
<ProjectReference Include="..\..\Infrastructure\Infrastructure\Hushian.Infrastructure.csproj" />
<ProjectReference Include="..\..\Infrastructure\Persistence\Hushian.Persistence.csproj" />
</ItemGroup>
</Project>