wip: convert projects to .net 5

This commit is contained in:
2021-07-20 02:01:47 -04:00
parent a953521992
commit 06849440d9
10 changed files with 12 additions and 195 deletions

View File

@@ -6,7 +6,7 @@ namespace Habittodo.Console
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
System.Console.WriteLine("Hello World!");
}
}
}