NuGet is handy for sharing code but sometimes you need to deal with raw binaries. Picking those directly out of NuGet packages can be challenging since NuGet has many complex/inter-related conventions for determining which assets are applicable.
This document will describe a technique for resolving binaries using NuGet's asset selection algorithm via DotNET CLI.