Jellyfin.Api.Fuzz.csproj 490 B

12345678910111213141516171819202122
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net9.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="Jellyfin.Api">
  8. <HintPath>Jellyfin.Api.dll</HintPath>
  9. </Reference>
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="SharpFuzz" />
  16. </ItemGroup>
  17. </Project>