/Nerdbank.MSBuildExtension

Package to make writing MSBuild extensions easier that work both with MSBuild Core and MSBuild (Full).

Primary LanguageC#Microsoft Public LicenseMS-PL

Nerdbank.MSBuildExtension

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.

Build status NuGet package

Sample MSBuild extension

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.