"No matching framework found" error for NuGet package #31203
Unanswered
carljohansen
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
As if to demonstrate how I have no idea what is going on... the problem seems to have something to do with this line:
I have had that line for years (can't remember why). Now suddenly it seems to be causing this "No matching framework found" error. I say "causing" only because the error seems to go away when I remove that line. If removing that line breaks something else, well, I haven't found it yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have suddenly started getting this compilation error:
I haven't touched that package. It was all working yesterday and now has suddenly stopped working. This error happens when I try to deploy to Android devices (even though it seems to be an iOS issue). The only thing that still works is debugging on Android emulators - not sure why that's not affected.
I have noticed that in the world of Android and iOS, platforms are declared obsolete about five minutes after they are released. I live in constant fear of things that are working perfectly well suddenly being deemed unusable (especially when the thing in question is a slightly old package that I depend on). Is that the issue here?
Beta Was this translation helpful? Give feedback.
All reactions