<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<OutputType>Exe</OutputType> | |
<TargetFramework>net8.0</TargetFramework> | |
<Nullable>enable</Nullable> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\..\src\Gremlin.Net\Gremlin.Net.csproj" /> | |
</ItemGroup> | |
</Project> |