Glader.Essentials.ECS by Andrew Blakely, Glader

<PackageReference Include="Glader.Essentials.ECS" Version="2.2.58" />

 Glader.Essentials.ECS 2.2.58

Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The ECS library has basic Entity Component System Types.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Glader.Essentials.ECS</id>
    <version>2.2.58</version>
    <authors>Andrew Blakely, Glader</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>http://github.com/helloKitty/glader.Essentials</projectUrl>
    <description>Glader.Essentials provide basic essential .NET/C# development libraries for day-to-day development needs. The ECS library has basic Entity Component System Types.</description>
    <copyright>Andrew Blakely</copyright>
    <tags>Glader Essentials ECS Entity</tags>
    <repository type="git" url="http://github.com/helloKitty/glader.Essentials" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>