0
votes

Hi I have this problem:

'.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. enter image description here

1
Do you have the Nuget package Microsoft.NETCore.Portable.Compatibility added to the project? - Ken Tucker
I added this package but now i have 4677 errors :p - Magda98
and that happens even in empty new project of cross-platform (xamarin.forms). - Magda98

1 Answers

0
votes

You are trying to use a library made in plc in a standard. net project.