SaluAi / src /Infrastructure /TelegramSaaS.API /TelegramSaaS.API.csproj
Raghava Pulugu
Deploy app without exposed API tokens
7535af1
Raw
History Blame Contribute Delete
556 Bytes
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\TelegramSaaS.Application\TelegramSaaS.Application.csproj" />
<ProjectReference Include="..\TelegramSaaS.Infrastructure\TelegramSaaS.Infrastructure.csproj" />
</ItemGroup>
</Project>