The warning appears when using any type of BCL in .NET Core projects. What does this warning mean and how to fix it?
"Assuming that the build link is System.Runtime, Version = 4.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a" used by System.Collections is the same as System.Runtime, Version = 4.1.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a "for" System.Runtime ", you may need to set a runtime policy"
