Scaffolding for MSBuild extensions that work both with MSBuild Core and MSBuild (Full) and optionally provides isolation for the assemblies you depend on so you can load the versions you want rather than the versions MSBuild might otherwise binding redirect to.
Check out the samples directory of the repo to see how simple writing an msbuild extension as a nuget package and consuming it in another project can be.