Add test assets
This commit is contained in:
parent
60bd88d261
commit
a3db242b9b
8 changed files with 311 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
#if NET451
|
||||
Console.WriteLine("Hello From .NETFramework,Version=v4.5.1");
|
||||
#elif NETSTANDARD1_5
|
||||
Console.WriteLine("Hello From .NETStandardApp,Version=v1.5");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue