statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
421 stars 74 forks source link

Bump YamlDotNet Package which is Deprecated #263

Closed NikoMix closed 1 year ago

NikoMix commented 1 year ago

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.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

daveaglick commented 1 year ago

Awesome, thanks! That's quite a version bump :).