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.11k stars 220 forks source link

Support for .NET 6 to include in Maui? #609

Closed logikonline closed 1 year ago

logikonline commented 1 year ago

Can you please offer a .NET 6 version?

AArnott commented 1 year ago

What are you hoping it will offer that the existing netstandard2.0 TFM (which applies to net6.0) doesn't cover? How does Maui related to this request?

logikonline commented 1 year ago

I was unaware it applies to .net6, I had been conditioned to look for .net6 in the dependencies list. Thx.