I've had YamlDotNet already loaded in my project, reading front matter for markdown however threw System.MissingMethodException: Method not found:
System.Collections.Generic.IDictionary`2<YamlDotNet.RepresentationModel.YamlNode,YamlDotNet.RepresentationModel.YamlNode> YamlDotNet.RepresentationModel.YamlMappingNode.get_Children()
Package generally had been deprecated so updating to the latest version.
I've had YamlDotNet already loaded in my project, reading front matter for markdown however threw System.MissingMethodException: Method not found: System.Collections.Generic.IDictionary`2<YamlDotNet.RepresentationModel.YamlNode,YamlDotNet.RepresentationModel.YamlNode> YamlDotNet.RepresentationModel.YamlMappingNode.get_Children()
Package generally had been deprecated so updating to the latest version.