Jellyfin.MediaEncoding.Hls.Tests.csproj 874 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <PackageReference Include="Microsoft.NET.Test.Sdk" />
  4. <PackageReference Include="xunit" />
  5. <PackageReference Include="xunit.runner.visualstudio">
  6. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  7. <PrivateAssets>all</PrivateAssets>
  8. </PackageReference>
  9. <PackageReference Include="coverlet.collector">
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. <PrivateAssets>all</PrivateAssets>
  12. </PackageReference>
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\..\src\Jellyfin.MediaEncoding.Hls\Jellyfin.MediaEncoding.Hls.csproj" />
  16. <ProjectReference Include="..\..\src\Jellyfin.MediaEncoding.Keyframes\Jellyfin.MediaEncoding.Keyframes.csproj" />
  17. </ItemGroup>
  18. </Project>