Neo4j.Driver by Neo4j

<PackageReference Include="Neo4j.Driver" Version="1.2.0-beta01" />

 Neo4j.Driver 1.2.0-beta01

The official .NET driver for the Neo4j Graph Database over the Bolt protocol.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Neo4j.Driver</id>
    <version>1.2.0-beta01</version>
    <title>Neo4j Driver</title>
    <authors>Neo4j</authors>
    <owners>Neo4j</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/neo4j/neo4j-dotnet-driver/1.0/LICENSE</licenseUrl>
    <projectUrl>https://github.com/neo4j/neo4j-dotnet-driver</projectUrl>
    <iconUrl>https://avatars3.githubusercontent.com/u/201120?v=3&amp;s=64</iconUrl>
    <description>The official .NET driver for the Neo4j Graph Database over the Bolt protocol.</description>
    <summary>The official .NET driver for the Neo4j Graph Database over the Bolt protocol.</summary>
    <copyright>Copyright 2002-2017</copyright>
    <tags>Cypher NoSql Graph Bolt Neo4j</tags>
    <dependencies>
      <group targetFramework=".NETPlatform5.0">
        <dependency id="Microsoft.NETCore.Portable.Compatibility" version="1.0.1" />
        <dependency id="NETStandard.Library" version="1.6.0" />
        <dependency id="System.Net.Security" version="4.0.0" />
        <dependency id="System.Net.Sockets" version="4.1.0" />
        <dependency id="System.Runtime.Serialization.Primitives" version="4.1.1" />
      </group>
      <group targetFramework=".NETStandard1.0">
        <dependency id="Microsoft.NETCore.Portable.Compatibility" version="1.0.1" />
        <dependency id="NETStandard.Library" version="1.6.0" />
        <dependency id="System.Net.Security" version="4.0.0" />
        <dependency id="System.Net.Sockets" version="4.1.0" />
        <dependency id="System.Runtime.Serialization.Primitives" version="4.1.1" />
      </group>
    </dependencies>
  </metadata>
</package>