fixes #2760
Verify coreclr absence/presence depending on app type during dotnet build.
This commit is contained in:
parent
4f1dbeba0e
commit
a25e92208e
12 changed files with 167 additions and 3 deletions
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace PortableApp
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue