Added Full framework console sample.

This commit is contained in:
Eugene Wang
2018-11-14 06:04:35 -05:00
parent deff4dbae5
commit 593dd6e675
6 changed files with 114 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
using System;
using System.Reflection;
namespace NetCoreConsole
namespace ConsoleApp
{
class Program
{
@@ -62,6 +62,7 @@ namespace NetCoreConsole
Console.WriteLine("ERROR: " + ex.ToString());
}
Console.WriteLine("----------------------------------");
Console.WriteLine("Test ended, press Enter to exit...");
Console.ReadLine();
}