User1535942433 posted
Hi lesponce,
As far as I think,this is an issue in .NET Core.Starting from VisualStudio 2015 MSBuild is provided as part of IDE (or build tools).
I suggest you could creat a MSbuild project,build properties and items.
Note:You must specify the xmlns namespace in the Project element. If ToolsVersion is present in a new project, it must be "15.0".
More details, you could refer to below article:
https://docs.microsoft.com/en-us/visualstudio/msbuild/walkthrough-using-msbuild?view=vs-2017
Best regards,
Yijing Sun