jellyfin/fuzz/Jellyfin.Api.Fuzz/Jellyfin.Api.Fuzz.csproj

23 lines
490 B
XML
Raw Normal View History

2021-06-08 22:22:32 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-10-23 23:36:56 +02:00
<TargetFramework>net8.0</TargetFramework>
2021-06-08 22:22:32 +02:00
</PropertyGroup>
<ItemGroup>
2023-10-22 17:01:51 +02:00
<Reference Include="Jellyfin.Api">
<HintPath>Jellyfin.Api.dll</HintPath>
2021-06-08 22:22:32 +02:00
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpFuzz" />
2021-06-08 22:22:32 +02:00
</ItemGroup>
</Project>