> Looks like this just got published - > https://devblogs.microsoft.com/visualstudio/creating-and-packaging-net-standard-library/ > which could be helpful too >
That's a reasonable vanilla description of the process. The subtlety of getting the <PackageIcon> working is not discussed. There is no mention of this process vs using the dotnet or NuGet commands. Most importantly, there is no discussion of replacing <TargetFramework> with its plural which allows multi-targeting. I missed that last trick for months, as it's not well advertised and it's almost magical the way it works and adjusts all the output folders and resulting nupkg file. *GK *