<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <VersionPrefix>0.0.0-dev</VersionPrefix> <TargetFramework>netcoreapp2.0</TargetFramework> <RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion> <AssemblyName>Ocelot.Benchmarks</AssemblyName> <OutputType>Exe</OutputType> <PackageId>Ocelot.Benchmarks</PackageId> <RuntimeIdentifiers>osx.10.11-x64;osx.10.12-x64;win7-x64;win10-x64</RuntimeIdentifiers> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\src\Ocelot\Ocelot.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="BenchmarkDotNet" Version="0.10.9" /> </ItemGroup> </Project>