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 netcoreapp build and run for test projects #488

Closed AArnott closed 1 year ago

AArnott commented 4 years ago

Do the netcoreapp version of the tests run by default yet?

No. Last I checked we didn't even have netcoreapp builds of the test projects, but it's probably time to add that.

Originally posted by @AArnott in https://github.com/dotnet/pinvoke/pull/486#issuecomment-653610887

vatsan-madhavan commented 4 years ago

Hmm... Visual Studio shows me this:

image

Looks like Kernel32.Tests.csproj is multitargeted to net472;necoreapp2.1