microsoft/dotnet-apiport

Support analysis against .NET6.0

Lxiamail opened this issue · 2 comments

Support analysis against .NET6.0

With the current design, APIPort only gets the released .NET versions as the Target versions (as shown by "apiport listTargets"). Since .NET6 is still in preview, APIPort doesn't get it as an available target version. Once .NET6 is officially released, "apiport listTargets" command will show it as a valid target, then you will be able to analyze against it.

Just notices it's still not available as a target.