The example had an old version. When following the instructions for standalone (using the NuGet package instead of the ProjectReference), it used a version not matching the code anymore.
It should be compiled and should have worked. Only when the NuGet package is used instead of the local reference, the problem would occured. I was not able to reproduce the other issue that #220 mentioned.
Which problem is this PR solving?
Short description of the changes
ProjectReference
), it used a version not matching the code anymore.