I am trying to build ASP.NET Core Source code locally. As per the instruction mentioned on https://github.com/aspnet/AspNetCore/blob/master/docs/BuildFromSource.md, when i execute
.\restore.cmd
i am getting below error
error : Version 5.0.100-alpha1-014696 of the .NET Core SDK requires at least version 16.3.0 of MSBuild. The current available version of MSBuild is 16.0.461.62831. Change the .NET Core SDK specified in global.json to an older version that requires the MSBuild version currently available.
I have Windows 10 Pro 1903 and Visual Studio 2019 Version 16.3.5 installed.