chore: add System.CommandLine NuGet package

This commit is contained in:
cuqmbr 2022-08-06 20:26:24 +03:00
parent 8b89ffc58a
commit 052623e3bd

View File

@ -7,4 +7,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
</Project>