jellyfin/benches/Jellyfin.Common.Benches/Jellyfin.Common.Benches.csproj

17 lines
386 B
XML
Raw Normal View History

2019-10-18 18:22:08 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
2019-10-18 18:22:08 -04:00
</PropertyGroup>
<ItemGroup>
2019-11-04 15:57:57 -05:00
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
2019-10-18 18:22:08 -04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
</ItemGroup>
</Project>