Build Net Framework web application referencing net-standard library with Cake build
问题 I have two projects: NET Standard class library and regular NET Framework web application. Web application references class library. I use Visual Studio 2017 Preview . When I try to build the solution with Cake using MSBuild command I get the unsupported project message: error MSB4041: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the