This commit is contained in:
Stef Heyenrath
2020-11-28 10:03:55 +00:00
committed by GitHub
parent d1afba5058
commit 37d81aabad
15 changed files with 218 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ namespace WireMock.Matchers
throw new WireMockException("CSharpCodeMatcher: Problem calling method 'IsMatch' in WireMock.CodeHelper", ex);
}
#elif (NETSTANDARD2_0 || NETSTANDARD2_1 || NETCOREAPP3_1)
#elif (NETSTANDARD2_0 || NETSTANDARD2_1 || NETCOREAPP3_1 || NET5_0)
dynamic script;
try
{