2019-11-17 22:05:39 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2020-04-21 20:21:09 +00:00
|
|
|
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
|
|
|
|
<PropertyGroup>
|
|
|
|
<ProjectGuid>{A2FD0A10-8F62-4F9D-B171-FFDF9F0AFA9D}</ProjectGuid>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2019-11-17 22:05:39 +00:00
|
|
|
<ItemGroup>
|
2023-02-04 17:15:08 +00:00
|
|
|
<PackageReference Include="AutoFixture" />
|
|
|
|
<PackageReference Include="AutoFixture.AutoMoq" />
|
|
|
|
<PackageReference Include="AutoFixture.Xunit2" />
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Options" />
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
<PackageReference Include="xunit" />
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio">
|
2022-06-04 23:23:04 +00:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2023-02-04 17:15:08 +00:00
|
|
|
<PackageReference Include="coverlet.collector" />
|
|
|
|
<PackageReference Include="Moq" />
|
2019-11-17 22:05:39 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-03-01 18:35:58 +00:00
|
|
|
<ProjectReference Include="../../Jellyfin.Api/Jellyfin.Api.csproj" />
|
|
|
|
<ProjectReference Include="../../Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj" />
|
2021-02-22 12:15:29 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2019-11-17 22:05:39 +00:00
|
|
|
</Project>
|