When I'm using msbuild tried to build a brand new repo (based on msbuild with .net 472) I got this weird error: build error
The interesting thing is that in each separate project I can build correctly. But when I use a dirs.proj and try to build both projects I got this issue. Here is the dirs.proj I'm using: dirs.proj file
Does any one know why this "VerifyAlteredTargetsUsed" does not exist issue happen and how to resolve it?