Add support for reading DepedencyContext from deps file
This commit is contained in:
parent
7407a898e0
commit
62284943fc
18 changed files with 438 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue