I'm unable to find any documentation on this - the links from the Microsoft.Bcl.Build Nuget page don't provide much help:
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build.
Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
From looking at the Microsoft.Bcl.Build.targets
file, it looks like it manages binding redirects and package references. It looks like some of this functionality is used only when running in Visual Studio.
Can anyone provide any more information on what this package does? It's a pain in our build server environment, can it be ignored when building entirely from source code (eg build server environment)?
See Question&Answers more detail:os