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

Contribution guide missing min/max platform targets #454

Closed riverar closed 4 years ago

riverar commented 4 years ago

There's a brief mention of Windows 8 but otherwise there doesn't seem to be any guidance re: which versions of Windows we should ensure work/target.

AArnott commented 4 years ago

Thanks for the feedback. All Windows versions are supported. Store apps are the only concern that need special consideration, which we've already made. I'm preparing a change to the README file to clarify this.