Undo uprgade to fix the build

This commit is contained in:
Timothy Baldridge 2022-02-09 19:37:46 -07:00
parent 538235468d
commit 45625e3d27
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
using System.CommandLine;
using System.CommandLine.Invocation;
using System.Threading.Tasks;

View File

@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.2-mauipre.1.22054.8" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.2-mauipre.1.22054.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2-mauipre.1.22054.8" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22108.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21561.1" />
</ItemGroup>
<ItemGroup>