Uno Platform Project reports: The reference assemblies for .NETFramework,Version=v5.0 were not found

Viewed 87

enter image description here

I am trying to create and run an Uno Platform app using Visual Studio Community 2019. It always reports the error:

The reference assemblies for .NETFramework,Version=v5.0 were not found

even I downloaded and installed pack at

https://aka.ms/msbuild/developerpacks

it still reports same error

your comment welcome

2 Answers

Try move your project from C: to D:.

That's what I did and it worked.

I don't know why.

Try move your project to parent directory, or another directory.

Related