Merge pull request #2684 from dotnet/pakrym/desktop-standalone
Fix desktop standalone scenario
This commit is contained in:
commit
40b96398b8
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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc2-*"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {}
|
||||
},
|
||||
"runtimes":
|
||||
{
|
||||
"win7-x64": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue