create .net core server solution

This commit is contained in:
Luke Pulverenti
2016-10-25 22:54:12 -04:00
parent 21be035df0
commit ec4bb53acb
7 changed files with 6739 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Emby.Server
{
public class Program
{
public static void Main(string[] args)
{
}
}
}