Updated to .NET 7.0 and added Jenkinsfile.
This commit is contained in:
12
GameServiceWarden/GameServiceWarden.Core/Program.cs
Normal file
12
GameServiceWarden/GameServiceWarden.Core/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace GameServiceWarden.Core
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user