aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.48k stars 466 forks source link

Getting Following Error for YamlDotNet.NetCore #883

Closed ssavi-ict closed 6 months ago

ssavi-ict commented 6 months ago

Hello There, I am trying to add YamlDotNet.NetCore in my project for parsing a YAML. It is showing the following errors. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>

System.IO.FileNotFoundException: 'Could not load file or assembly 'YamlDotNet, Version=13.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e' or one of its dependencies. The system cannot find the file specified.'

Thanks.

EdwardCooke commented 6 months ago

Don’t use that package. Use just YamlDotNet.

EdwardCooke commented 6 months ago

Did that fix your problem?

ssavi-ict commented 6 months ago

Hello @EdwardCooke, I used YamlDotNet. Thank You.