dotnet: Microsoft.NETCore.UniversalWindowsPlatform 6.2.8 update error from 6.1.X

I get the error message for some projects Unable to find metadata of runtime.win10-arm64.Microsoft.Net.Native.Compiler.2.2.3

If I addruntime.win10-arm64.Microsoft.Net.Native.Compiler manually to the project with version 2.2.4 (only 2.2.4 and 2.2.1 is visible), the update UniversalWindowsPlatform 6.2.8 works.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 4
  • Comments: 19

Most upvoted comments

@MagicAndre1981 Mine is UWP only too, it was a Xamarin.Forms project, but I’ve removed the dependency because I’d rather have a better design.

ok, this explains the difference. you both @emiliano84 @jp-weber use UWP only and I have a Xamarin.Forms project.

@emiliano84 thanks for this helpful information, now if @jp-weber is also only using UWP we might have the difference between us.

One question. My UWP app is just a Xamarin.Forms wrapper app without any other code. @emiliano84 @jp-weber what are you doing? real UWP only app or also Xamarin?

mine is UWP only

@MagicAndre1981 Yes, I have no problems, everything works as it should (Debug & Release). Did have you changed anything on the app besides the NETCore update like the target SDK?

Thank you for the info. I see that runtime.win10-arm64.Microsoft.Net.Native.Compiler have now the version 2.2.3. I can confirm, that the update will works now.