mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
12 lines
219 B
C#
12 lines
219 B
C#
using WireMock.Net.ConsoleApplication;
|
|
|
|
namespace WireMock.Net.Console.NETCoreApp
|
|
{
|
|
static class Program
|
|
{
|
|
static void Main(params string[] args)
|
|
{
|
|
MainApp.Run();
|
|
}
|
|
}
|
|
} |