microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
218 stars 83 forks source link

NuGet package description #69

Closed nnpcYvIVl closed 3 years ago

nnpcYvIVl commented 5 years ago

The package description at https://www.nuget.org/packages/Microsoft.Build.Locator/ says

Package that assists in locating and using an installed version of MSBuild 15.

Should the reference to version 15 be changed to simply say MSBuild?

Package that assists in locating and using an installed version of MSBuild.
rainersigwald commented 5 years ago

Yes, that would be a good change.

We might want to say something about

a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.