﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Netlink.Managed</id>
    <version>1.4.0</version>
    <authors>libnl-dotnet contributors</authors>
    <license type="expression">LGPL-2.0-only</license>
    <licenseUrl>https://licenses.nuget.org/LGPL-2.0-only</licenseUrl>
    <readme>README.md</readme>
    <description>Managed Linux netlink/rtnetlink operations backed by libnl.</description>
    <tags>netlink libnl linux rtnetlink vrf xfrm</tags>
    <repository type="git" url="https://git.startmywifi.com/jleung/libnl-dotnet.git" commit="3a02a1687d474587822a7ed58ed7d45ed623d872" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="Netlink.Managed.Native" version="1.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>