[Urgent] MAUI some package causing error NETSDK1082, but not sure how to find out which package is causing the issue #14734
Unanswered
KarthikHebbarMN
asked this question in
Q&A
Replies: 2 comments
-
Any suggestions please ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm building a MAUI project. I have project references. But when I build I get the following error
Just laying out the references to make things clearer.
The MAUI project has following references
Side note : Both The Uitlities And Models project compiled for android, I tested by targeting them for android when building and they build successfully.
Utilities Package references
Model Package References
Now confusing part is all packages are compatible with dotnet 6 and from what I could scan through my projects we are not at all referring and Asp.Net libraries in code as well as in Depedency tree shown in Visual Studio.
Still confused as to why this error is popping up ?
We could remove a package at time and find out. But was looking if nuget had some commandline arguments to make this process less tedious.
Dependency causing the issue "Microsoft.AspNetCore.App"
Been blocked with this for a week now. Tried everything I was able to find on the net.
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions