Update ConsoleMenu.csproj
This commit is contained in:
parent
7fcdac099e
commit
9e0b30ae19
@ -5,6 +5,12 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AssemblyName>Menu</AssemblyName>
|
<AssemblyName>Menu</AssemblyName>
|
||||||
|
<PackageId>SimpleConsoleMenu</PackageId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE.txt">
|
||||||
|
<Link>LICENSE</Link>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user