diff --git a/Could-not-load-file-or-assembly-RestEase.md b/Could-not-load-file-or-assembly-RestEase.md index 8e3b461..bfdba3b 100644 --- a/Could-not-load-file-or-assembly-RestEase.md +++ b/Could-not-load-file-or-assembly-RestEase.md @@ -7,3 +7,6 @@ This is because the WireMock.Net assemblies are signed, and RestEase is not sign ## Solution The solution is to add the NuGet [Brutal.Dev.StrongNameSigner](https://www.nuget.org/packages/Brutal.Dev.StrongNameSigner/) to your .NET framework console app. + +## Example +For a full working example, see : https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.Client.Net472. \ No newline at end of file