Xamarin Studio Mac Runtime Policy

I converted a Xamarin.Forms project to .NETStandard 1.5 and when all packages have been restored I get a warning and all the code overlaps

Warning CS1701: Assuming assembly reference System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' matches assembly

System.Runtime, Version = 4.1.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a. You may need to provide a runtime policy (CS1701)

+3


source to share





All Articles