chore: removing a warning about System.CommandLine
This commit is contained in:
parent
48362b079d
commit
304e7f1f07
1 changed files with 5 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Reference in a new issue