Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 795 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 795 Bytes

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.