Updated to .NET 7.0 and added Jenkinsfile.

This commit is contained in:
2022-12-01 17:51:54 +00:00
parent 0073efc9ac
commit a1401c63e9
58 changed files with 79 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace GameServiceWarden.Core
{
class Program
{
static void Main(string[] args)
{
}
}
}