jellyfin/fuzz/Emby.Server.Implementations.Fuzz/Emby.Server.Implementations.Fuzz.csproj

26 lines
665 B
XML
Raw Normal View History

2021-06-08 22:22:32 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<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="Emby.Server.Implementations">
<HintPath>Emby.Server.Implementations.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../MediaBrowser.Controller/MediaBrowser.Controller.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" />
<PackageReference Include="AutoFixture.AutoMoq" />
<PackageReference Include="Moq" />
<PackageReference Include="SharpFuzz" />
2021-06-08 22:22:32 +02:00
</ItemGroup>
</Project>