﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ZB.MOM.WW.Auth.Ldap</id>
    <version>0.1.0</version>
    <authors>ZB.MOM.WW</authors>
    <projectUrl>https://gitea.dohertylan.com/dohertj2/zb-mom-ww-auth</projectUrl>
    <description>LDAP authentication service (GLAuth / Active Directory) for the ZB.MOM.WW SCADA family.</description>
    <repository type="git" url="https://gitea.dohertylan.com/dohertj2/zb-mom-ww-auth" commit="c715565bd2542e04b53af69897b83a939b34f3ea" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="ZB.MOM.WW.Auth.Abstractions" version="0.1.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="10.0.7" exclude="Build,Analyzers" />
        <dependency id="Novell.Directory.Ldap.NETStandard" version="3.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>