Jellyfin.Networking.Tests.csproj 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
  3. <PropertyGroup>
  4. <ProjectGuid>{42816EA8-4511-4CBF-A9C7-7791D5DDDAE6}</ProjectGuid>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.NET.Test.Sdk" />
  8. <PackageReference Include="xunit" />
  9. <PackageReference Include="xunit.runner.visualstudio">
  10. <PrivateAssets>all</PrivateAssets>
  11. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  12. </PackageReference>
  13. <PackageReference Include="coverlet.collector" />
  14. <PackageReference Include="FsCheck.Xunit" />
  15. <PackageReference Include="Moq" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="../../Emby.Server.Implementations/Emby.Server.Implementations.csproj" />
  19. <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
  20. </ItemGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  22. <DefineConstants>DEBUG</DefineConstants>
  23. </PropertyGroup>
  24. </Project>