jellyfin/tests/Jellyfin.Networking.Tests/Jellyfin.Networking.Tests.csproj

30 lines
1.1 KiB
XML
Raw Normal View History

2020-10-31 19:21:46 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{42816EA8-4511-4CBF-A9C7-7791D5DDDAE6}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" />
<PackageReference Include="FsCheck.Xunit" />
<PackageReference Include="Moq" />
2020-10-31 19:21:46 +01:00
</ItemGroup>
<ItemGroup>
2021-03-09 03:04:47 +01:00
<ProjectReference Include="../../Emby.Server.Implementations/Emby.Server.Implementations.csproj" />
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
2020-10-31 19:21:46 +01:00
</ItemGroup>
2021-03-09 03:04:47 +01:00
2020-11-16 18:30:27 +01:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
2021-03-09 03:04:47 +01:00
2020-10-31 19:21:46 +01:00
</Project>