microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.36k stars 2.22k forks source link

Where is MSBuild? #1083

Open glittle opened 5 years ago

glittle commented 5 years ago

After installing .NET 4.8 using "ndp48-devpack-enu.exe", where is MSBuild located?

CodeTherapist commented 4 years ago

Depends on where your Windows is installed, but MSBuild.exe would be usually located at C:\Windows\Microsoft.NET\Framework64\v4.0.30319.

image