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

Migrate to .NET SDK projects #314

Closed AArnott closed 7 years ago

AArnott commented 7 years ago

Work to do:

Major usability issues

Build issues

arlm commented 7 years ago

Would this include #263 also?

AArnott commented 7 years ago

Yes: it would make .netstandard support trivial. As would net20 support if we want.

AArnott commented 7 years ago

Work is underway in the dev/andarno/fix314 branch.