📄 src/Infrastructure/Ffmpeg/Ffmpeg.csproj
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <RootNamespace>Slopper.Infrastructure.Ffmpeg</RootNamespace>
    <AssemblyName>Slopper.Infrastructure.Ffmpeg</AssemblyName>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Domain\Domain.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="FFMpegCore" />
    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
    <PackageReference Include="OpenTelemetry" />
    <PackageReference Include="SubtitlesParserV2" />
  </ItemGroup>
</Project>