Add support for reading DepedencyContext from deps file

This commit is contained in:
Pavel Krymets 2016-02-19 16:48:43 -08:00
parent 7407a898e0
commit 62284943fc
18 changed files with 438 additions and 20 deletions

View file

@ -8,10 +8,8 @@ namespace TestApp
{
public class Program
{
public static int Main(string[] args)
public static void Main(string[] args)
{
Console.WriteLine(TestLibrary.Helper.GetMessage());
return 100;
}
}
}