fix signing migration

This commit is contained in:
Bryan Thornbury 2016-10-04 16:06:45 -07:00
parent 851ed78605
commit 46b16d2de0
6 changed files with 47 additions and 3 deletions

View file

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