2019-10-18 22:22:08 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-03-22 01:14:38 +00:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-10-18 22:22:08 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-11-04 20:57:57 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
|
2019-10-18 22:22:08 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../../MediaBrowser.Common/MediaBrowser.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|