Bytewizer.TinyCLR.Sntp by Microcompiler

<PackageReference Include="Bytewizer.TinyCLR.Sntp" Version="2.1.7" />

 Bytewizer.TinyCLR.Sntp 2.1.7

Simple Network Time Protocol (SNTP) server and client library built for TinyCLR IoT devices.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Bytewizer.TinyCLR.Sntp</id>
    <version>2.1.7</version>
    <authors>Microcompiler</authors>
    <license type="file">LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>package-logo.png</icon>
    <description>Simple Network Time Protocol (SNTP) server and client library built for TinyCLR IoT devices.</description>
    <copyright>© 2022 Bytewizer. All rights reserved.</copyright>
    <tags>ghi tinyclr tinyclros sitcore iot sntp</tags>
    <repository url="https://github.com/bytewizer/microserver.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.8">
        <dependency id="Bytewizer.TinyCLR.Sockets" version="2.1.7" exclude="Build,Analyzers" />
        <dependency id="Bytewizer.TinyCLR.Logging.Abstractions" version="2.1.10" exclude="Build,Analyzers" />
        <dependency id="GHIElectronics.TinyCLR.Devices.Rtc" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="GHIElectronics.TinyCLR.IO" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="GHIElectronics.TinyCLR.Native" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="GHIElectronics.TinyCLR.Networking" version="2.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>