Renaming analyzer test project to sandbox

This commit is contained in:
Phil Scott
2021-06-22 21:38:25 -04:00
committed by Patrik Svensson
parent d1048260cc
commit 8b058d6342
4 changed files with 28 additions and 32 deletions

View File

@ -0,0 +1,13 @@
using System.Threading;
using Spectre.Console;
namespace Spectre.Console.Analyzer.Sandbox
{
class Program
{
static void Main()
{
AnsiConsole.WriteLine("Project is set up with a reference to Spectre.Console.Analyzer");
}
}
}