Skip to content
Discussion options

You must be logged in to vote

Ok, I solved this problem and I want to share my experience.

  • Install PowerShell 7;
  • Run PowerShell 7 with Administrator Rights;
  • Try to use all recomendations from this topic troubleshooting;
    This will remove the problems associated with UWP.
  • Open your Nuget Config;
  • Add next lines:
    <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
    <add key="maui" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />

It will fix next problem:

Failed to update the advertising manifest microsoft.net.workload.emscripten: microsoft.net.workload.emscripten.manifest-6.0.200 is not found in NuGet fe…

Replies: 4 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
17 replies
@jeromelaban
Comment options

@limeniye
Comment options

@limeniye
Comment options

@jeromelaban
Comment options

@limeniye
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by limeniye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants