jellyfin/fuzz/Jellyfin.Server.Fuzz/Jellyfin.Server.Fuzz.csproj

23 lines
505 B
XML
Raw Normal View History

2021-06-08 22:22:32 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-10-13 17:55:20 +02:00
<TargetFramework>net7.0</TargetFramework>
2021-06-08 22:22:32 +02:00
</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" />
2021-06-08 22:22:32 +02:00
</ItemGroup>
</Project>