diff --git a/Xamarin---Could-not-load-file-or-assembly.md b/Xamarin---Could-not-load-file-or-assembly.md index a1e9533..5e9026a 100644 --- a/Xamarin---Could-not-load-file-or-assembly.md +++ b/Xamarin---Could-not-load-file-or-assembly.md @@ -19,18 +19,16 @@ Running under executable C:\git\WireMock.Net\examples\WireMock.Net.Console.Net4 ``` -### Solution: +### Solutions: +#### 1. Adding System.Memory and System.Threading.Tasks.Extensions as NuGet references. + +#### 2. Assembly binding redirects Adding assembly binding redirects to the app.config for the assemblies which have an error. Like: ``` xml - - - - -