13 lines
283 B
XML
13 lines
283 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Neo4j.Driver.Simple" Version="5.8.0" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|