Handle some of the deprecated properties

This commit is contained in:
Justin Goshi 2017-01-25 12:30:56 -08:00
parent 40a19a6160
commit b8d4010d85
9 changed files with 239 additions and 49 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}