mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 02:52:28 +00:00
create .net core server solution
This commit is contained in:
14
src/Emby.Server/Program.cs
Normal file
14
src/Emby.Server/Program.cs
Normal 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user