jellyfin/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj
2022-12-07 16:42:05 +01:00

23 lines
505 B
XML

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