Jellyfin.MediaEncoding.Hls.csproj 930 B

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net9.0</TargetFramework>
  4. <GenerateDocumentationFile>true</GenerateDocumentationFile>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
  8. <ProjectReference Include="../../MediaBrowser.Model/MediaBrowser.Model.csproj" />
  9. <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
  10. <ProjectReference Include="../Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
  17. <_Parameter1>Jellyfin.MediaEncoding.Hls.Tests</_Parameter1>
  18. </AssemblyAttribute>
  19. </ItemGroup>
  20. </Project>