Update ConsoleMenu.csproj

This commit is contained in:
AUnicornWithNoLife 2023-03-04 11:13:50 +00:00
parent 7fcdac099e
commit 9e0b30ae19

View File

@ -5,6 +5,12 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>Menu</AssemblyName>
<PackageId>SimpleConsoleMenu</PackageId>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE.txt">
<Link>LICENSE</Link>
</None>
</ItemGroup>
</Project>