jellyfin/fuzz/Jellyfin.Api.Fuzz/Jellyfin.Api.Fuzz.csproj
2023-11-14 21:12:16 +01:00

23 lines
490 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Jellyfin.Api">
<HintPath>Jellyfin.Api.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpFuzz" />
</ItemGroup>
</Project>