Fix desktop standalone scenario
This commit is contained in:
parent
b5046edcb9
commit
f3b47cabf1
6 changed files with 65 additions and 12 deletions
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace DesktopAppWithRuntimes
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue