Shorten another Test Asset name
This commit is contained in:
parent
88ab21600d
commit
3b04278b65
5 changed files with 2 additions and 2 deletions
17
TestAssets/TestProjects/AppWith4netTfm0Rid/Program.cs
Normal file
17
TestAssets/TestProjects/AppWith4netTfm0Rid/Program.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
using System;
|
||||
using System.Xml;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
#if NET20 || NET35 || NET45 || NET461
|
||||
// Force XmlDocument to be used
|
||||
var doc = new XmlDocument();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue