Skip to content

No RepresentationModel version 1.1.16 nuget package #5

Description

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions