/
afanasevn
/
PdfEncoder
Обзор
Документация
Войти
/
afanasevn
/
PdfEncoder
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/PdfEncoder.Api/PdfEncoder.Api.csproj
27 строк
1 KB
IBS\NAfanasev
Full async product flow
01 июл 2026, 17:49
01 июл 2026, 17:49
d25833e
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <GenerateDocumentationFile>true</GenerateDocumentationFile> <NoWarn>$(NoWarn);1591</NoWarn> <!-- VS Community: открывать браузер при F5 (дублирует launchSettings.json) --> <LaunchBrowser>true</LaunchBrowser> <LaunchUrl>swagger</LaunchUrl> <ApplicationUrl>http://localhost:5183</ApplicationUrl> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\PdfEncoder.Application\PdfEncoder.Application.csproj" /> <ProjectReference Include="..\PdfEncoder.Infrastructure\PdfEncoder.Infrastructure.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="AspNetCore.HealthChecks.NpgSql" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" /> <PackageReference Include="Serilog.AspNetCore" /> <PackageReference Include="Swashbuckle.AspNetCore" /> </ItemGroup> </Project>