dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

add note to CONTRIBUTING.md about needing optional .NET Core 1.0-1.1 component #370

Closed enovales closed 6 years ago

enovales commented 6 years ago

Without the optional ".NET Core 1.0-1.1 development tools for Web" component installed in VS 2017, you'll get a -2147450749 error from dotnet when building. This PR adds a note to CONTRIBUTING.md about this requirement.