mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 00:28:59 +01:00
1.0.2.1
This commit is contained in:
16
examples/WireMock.Net.ConsoleTest.Net452/Program.cs
Normal file
16
examples/WireMock.Net.ConsoleTest.Net452/Program.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using WireMock.Net.StandAlone;
|
||||
|
||||
namespace WireMock.Net.ConsoleTest.Net452
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
StandAloneApp.Start(args);
|
||||
|
||||
Console.WriteLine("Press any key to stop the server");
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user