RepresentationModel version 1.1.15 references Core version 1.1.15 but when installing via Install-Package YamlDotNet.RepresentationModel, Core 1.1.16 gets installed.
This ends up throwing a FileNotFoundException with the message, "Could not load file or assembly 'YamlDotNet.Core...."
A workaround right now is to do:
Install-Package YamlDotNet.Core -Version 1.1.15
Install-Package YamlDotNet.RepresentationModel -IgnoreDependencies
RepresentationModel version 1.1.15 references Core version 1.1.15 but when installing via
Install-Package YamlDotNet.RepresentationModel, Core 1.1.16 gets installed.This ends up throwing a FileNotFoundException with the message, "Could not load file or assembly 'YamlDotNet.Core...."
A workaround right now is to do: