This commit is contained in:
Stef Heyenrath
2018-03-09 08:20:48 +01:00
parent 3e634c2fde
commit 8d109c69eb
9 changed files with 108 additions and 45 deletions

View File

@@ -57,7 +57,11 @@ namespace WireMock.Owin
private void StartServers()
{
#if NET46
Console.WriteLine("WireMock.Net server using .net 4.6.x or higher");
#else
Console.WriteLine("WireMock.Net server using .net 4.5.x or higher");
#endif
Action<IAppBuilder> startup = app =>
{