Jellyfin.Controller.Tests.csproj 808 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
  3. <PropertyGroup>
  4. <ProjectGuid>{462584F7-5023-4019-9EAC-B98CA458C0A0}</ProjectGuid>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.NET.Test.Sdk" />
  8. <PackageReference Include="Moq" />
  9. <PackageReference Include="xunit" />
  10. <PackageReference Include="xunit.runner.visualstudio">
  11. <PrivateAssets>all</PrivateAssets>
  12. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  13. </PackageReference>
  14. <PackageReference Include="coverlet.collector" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
  18. </ItemGroup>
  19. </Project>