chore: removing a warning about System.CommandLine

This commit is contained in:
Dylan R. E. Moonfire 2022-04-02 18:57:53 -05:00
parent 48362b079d
commit 304e7f1f07

View file

@ -7,6 +7,11 @@
<Description>Provides a tool service for creating tools that output tabular data to the console.</Description>
</PropertyGroup>
<PropertyGroup>
<!-- System.CommandLine is pre-release and will be for a while. -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="6.3.0" />
<PackageReference Include="ConsoleTableExt" Version="3.1.9" />