EasyConsoleNG by EasyConsoleNG

<PackageReference Include="EasyConsoleNG" Version="2.1.0" />

 EasyConsoleNG 2.1.0

A library to create forms and in a .NET console application.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>EasyConsoleNG</id>
    <version>2.1.0</version>
    <authors>EasyConsoleNG</authors>
    <owners>EasyConsoleNG</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Yakudo/EasyConsoleNG/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Yakudo/EasyConsoleNG/</projectUrl>
    <description>A library to create forms and in  a .NET console application.</description>
    <copyright>Copyright (c) 2016</copyright>
    <tags>console forms interactive creator input stdin</tags>
    <repository url="https://github.com/Yakudo/EasyConsoleNG/" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>