Update Espresso managed application with proper command line parsing

This commit is contained in:
Den Delimarsky
2021-04-08 15:12:09 -07:00
parent a178ad7524
commit c141e4eec3
4 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20071.2" />
</ItemGroup>
</Project>