-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
I have a test project which multi-targets between net472;netcoreapp2.1;netcoreapp3.0.
Only when targeting net472 or netcoreapp3.0 does it reference or use any WPF/WinForms types. Nevertheless, I have to set the SDK attribute to Microsoft.NET.Sdk.WindowsDesktop for this to work with netcoreapp3.0 at all, AFAIK.
This blocks the test project from building the netcoreapp2.1 target on linux, which blocks me testing my library on Linux.
How should I proceed?
natemcmaster, cwensley, Inirit, kant2002, muhammadsammy and 15 morebruno-garcia and meirgbinahai
Metadata
Metadata
Assignees
Labels
No labels