parent
a3a58423d1
commit
a7366f5864
6 changed files with 193 additions and 40 deletions
12
TestAssets/TestProjects/MSBuildTestAppPackageRefs/Program.cs
Normal file
12
TestAssets/TestProjects/MSBuildTestAppPackageRefs/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace MSBuildTestApp
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue