/
afanasevn
/
PdfEncoder
Обзор
Документация
Войти
/
afanasevn
/
PdfEncoder
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/PdfEncoder.Infrastructure/PdfEncoder.Infrastructure.csproj
34 строки
1 KB
IBS\NAfanasev
Field validation, integration tests, UI polish
06 июл 2026, 17:18
06 июл 2026, 17:18
0e936b0
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <DocnetRuntime Condition="$([MSBuild]::IsOsPlatform('Windows'))">win-x64</DocnetRuntime> <DocnetRuntime Condition="$([MSBuild]::IsOsPlatform('Linux'))">linux-x64</DocnetRuntime> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\PdfEncoder.Application\PdfEncoder.Application.csproj" /> <ProjectReference Include="..\PdfEncoder.Domain\PdfEncoder.Domain.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Docnet.Core" /> <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" /> <PackageReference Include="AspNetCore.HealthChecks.NpgSql" /> <PackageReference Include="Microsoft.Extensions.Http" /> <PackageReference Include="Microsoft.Extensions.AI" /> <PackageReference Include="Microsoft.Extensions.AI.Abstractions" /> <PackageReference Include="Microsoft.Extensions.AI.OpenAI" /> <PackageReference Include="OpenAI" /> <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" /> <PackageReference Include="Microsoft.EntityFrameworkCore" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" /> <PackageReference Include="TesseractOCR" /> <PackageReference Include="PdfPig" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Llm\Prompts\*.txt" /> </ItemGroup> </Project>