-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileConversionApi.Infrastructure.csproj
More file actions
37 lines (33 loc) · 2 KB
/
FileConversionApi.Infrastructure.csproj
File metadata and controls
37 lines (33 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<InternalsVisibleTo Include="FileConversionApi.UnitTests" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FileConversionApi.Application\FileConversionApi.Application.csproj" />
<ProjectReference Include="..\FileConversionApi.Domain\FileConversionApi.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.45.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
<PackageReference Include="PdfPig" Version="0.1.13" />
<PackageReference Include="PdfSharpCore" Version="1.3.67" />
<PackageReference Include="PDFtoImage" Version="4.1.1" />
<PackageReference Include="prometheus-net" Version="8.2.1" />
<PackageReference Include="PuppeteerSharp" Version="20.2.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="BCrypt.Net-Next" Version="4.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.12" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.16.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.16.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.3" />
<PackageReference Include="AWSSDK.S3" Version="3.7.510.11" />
</ItemGroup>
</Project>