This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-gallium-cil/src/Gallium/Gallium.csproj
2022-07-06 01:34:51 -05:00

21 lines
764 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Dylan Moonfire</Authors>
<Company>Moonfire Games</Company>
<RepositoryUrl>https://gitlab.com/mfgames-cil/gallium-cil</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>ecs</PackageTags>
<PackageProjectUrl>https://gitlab.com/mfgames-cil/gallium-cil</PackageProjectUrl>
<PackageLicense>MIT</PackageLicense>
<Description>An entity-component-system (ECS) based on LINQ and IEnumerable.</Description>
</PropertyGroup>
</Project>