-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net5 tfm: Add xamarin compatibility support for net5 platforms #9435
Comments
Is this needed in 5.x or only in 6.x? |
Given that NuGet is not interpreting the profile, things are a bit tricky here, it'd require NuGet to hardcode the mapping, thus NuGet will start interpreting the platform name. |
Should this be tracked in #9783? |
@JonDouglas it is. Do you mean that it shouldn't be? |
@zkat Was just adding a reference after going through all the various |
I don't think there's anything for us to do here, so I'm closing this out. |
Wouldn't we have the same ask in net6.0? |
According to the spec, the following compatibilities need to be defined:
NOTE: It's unclear what
xamarin.android
is supposed to be. We don't recognize that tfm according to our code. Perhaps it's supposed to bemono.android
?The text was updated successfully, but these errors were encountered: