I got a VS 2019 solution with many .Net Standard 2.0 projects.My main project has a project dependency to another project that has a dependency to a Dapper assembly.After compiling the main project into a NuGet package, the package hasn't got the Dapper dependency.How can I include the Dapper assembly into the NuGet package ?
↧