memgraph/tests/drivers/csharp/v4_1/DocsHowToQuery/DocsHowToQuery.csproj
2020-10-23 18:02:33 +02:00

13 lines
281 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Neo4j.Driver.Simple" Version="4.1.1" />
</ItemGroup>
</Project>