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

Package points to non-MIT license #58

Closed kzu closed 3 years ago

kzu commented 5 years ago

The project license is MIT, but the nuget package points to a URL that's not the MIT license in the repo.

This confuses consumers (i.e. Xamarin.Android) into believing it's not MIT-licensed, which it clearly is: https://github.com/Microsoft/MSBuildLocator/blob/master/LICENSE

kzu commented 5 years ago

@rainersigwald should I just send a PR that changes https://github.com/Microsoft/MSBuildLocator/blob/master/Directory.Build.props#L7 or can you edit the FW link to point to the right license?

/cc @jonathanpeppers