Jellyfin.Api.Tests.csproj 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
  3. <PropertyGroup>
  4. <ProjectGuid>{A2FD0A10-8F62-4F9D-B171-FFDF9F0AFA9D}</ProjectGuid>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="AutoFixture" />
  8. <PackageReference Include="AutoFixture.AutoMoq" />
  9. <PackageReference Include="AutoFixture.Xunit2" />
  10. <PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
  11. <PackageReference Include="Microsoft.Extensions.Options" />
  12. <PackageReference Include="Microsoft.NET.Test.Sdk" />
  13. <PackageReference Include="xunit" />
  14. <PackageReference Include="xunit.runner.visualstudio">
  15. <PrivateAssets>all</PrivateAssets>
  16. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  17. </PackageReference>
  18. <PackageReference Include="coverlet.collector" />
  19. <PackageReference Include="Moq" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="../../Jellyfin.Api/Jellyfin.Api.csproj" />
  23. <ProjectReference Include="../../Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj" />
  24. </ItemGroup>
  25. </Project>