Add example infrastructure

* Add "Shared" projects for all examples
* Update "Colors" example with better TrueColor demo
* Use same namespace for all examples
This commit is contained in:
Patrik Svensson
2021-04-11 22:47:26 +02:00
committed by Phil Scott
parent 2fe2bb3c32
commit 3545e0f6b5
74 changed files with 271 additions and 355 deletions

View File

@ -1,8 +1,7 @@
using Microsoft.Extensions.Logging;
using Spectre.Console;
using Microsoft.Extensions.Logging;
using Spectre.Console.Cli;
namespace Logging.Commands
namespace Spectre.Console.Examples
{
public class HelloCommand : Command<HelloCommand.Settings>
{