6 Answer(s)
-
0
Hi @lschelvan
Are you using All.sln solution ? If so, could you try with Web.sln ? I assume this happens becasue of MAUI build problems.
-
0
Hi @lschelvan,
Could you change the
TargetFramework
of Mobile.MAUI.csproj to<TargetFrameworks>net7.0-android;net7.0-ios;</TargetFrameworks>
and see if it works ? -
0
Hi @lschelvan,
Could you change the
TargetFramework
of Mobile.MAUI.csproj to<TargetFrameworks>net7.0-android;net7.0-ios;</TargetFrameworks>
and see if it works ?This fixed the build errors in the Mobile.MAUI project.. thank you.
I'm still getting the OpenIddict errors ... This happens in the .Web.Host project, when using the .Web.sln
-
0
Hi @lschelvan
Is it possible to share your project via email ? Because when we download same version, we are not able to reproduce the problem. You can share the project with [email protected]
Thanks,
-
0
I was able to get the solution to build by removing and then re-adding various Nuget packages.
I am currently tackling the Angular project - there are numerous build errors, but mostly just html changes related to Prime NG components, so I hope to have it running soon.
-
0
Hi @lschelvan
Great news :). If you can share the errors you are getting in Angular app, I can try to help.