memgraph/tests/drivers/csharp/v5_8/Transactions/Transactions.csproj

13 lines
283 B
XML
Raw Normal View History

2023-06-13 00:55:15 +08:00
<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>