Hi,
I have a Xamarin .forms project. For that ios project, When I am creating a Release build, it is throwing the following error.
A PackageReference for 'NETStandard.Library' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
I tried Adding
But this does not help.