| 12345678910111213141516171819202122232425 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net9.0</TargetFramework>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
- <ProjectReference Include="../../MediaBrowser.Model/MediaBrowser.Model.csproj" />
- <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
- <ProjectReference Include="../Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
- </ItemGroup>
- <ItemGroup>
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
- <_Parameter1>Jellyfin.MediaEncoding.Hls.Tests</_Parameter1>
- </AssemblyAttribute>
- </ItemGroup>
- </Project>
|