Fix build for .NET Framework example projects #1103

This commit is contained in:
Stef Heyenrath
2024-05-17 10:05:54 +02:00
parent c0c07ea127
commit add3f662ba
8 changed files with 65 additions and 66 deletions

View File

@@ -18,6 +18,5 @@ public class DynamicDataGeneration : WireMockOpenApiParserDynamicExampleValues
Pattern = $"[0-9A-Z]{{{maxLength}}}"
}).Generate() ?? "example-string";
}
set { }
}
}