.NET Core, .NET Standard and Transitive Dependencies across Solutions
My question is similar to this one , although it doesn't really address my issue. I am working on some new AWS Lambda functions, and I would like to keep their implementation in separate class libraries for reuse. I'm testing this concept using two solutions: A solution with a single .NET Standard class library project. This class library has a reference to HTML Agility Pack. A solution with a single .NET Core 2.0 console application project. Class library: using System; using HtmlAgilityPack; namespace ClassLibrary1 { public class Class1 { public static bool FoundDotNet(string html) { bool