Update bootstrapper and add it to the CLI flavor too

This commit is contained in:
Oleksii Holub
2022-06-10 22:12:48 +03:00
parent 0e49936e38
commit b6fbf2393e
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<PackageReference Include="CliFx" Version="2.2.5" />
<PackageReference Include="Spectre.Console" Version="0.44.0" />
<PackageReference Include="Gress" Version="2.0.1" />
<PackageReference Include="DotnetRuntimeBootstrapper" Version="2.3.1" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>