stazz / UtilPack

Home of UtilPack - library with various useful and generic stuff for .NET.
17 stars 6 forks source link

Targeting MSBuild 14.x in .NET Desktop #11

Closed stazz closed 6 years ago

stazz commented 6 years ago

It seems that currently loading tasks compiled against MSBuild 14.x, when run in .NET Desktop, will cause the MSBuild 14.0 assembly to be loaded from GAC, instead of being redirected to MSBuild assembly loaded by current runtime. Need to investigate why that happens, and whether it can be fixed.