I imported package Addressables 1.1.4 into my project and I get following errors
this type of errors (1 samples)
Library\PackageCache\com.unity.addressables@1.1.4-preview\Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs(37,32): error CS0433: The type 'Task<TResult>' exists in both 'System.Threading, Version=1.0.3333.0, Culture=neutral, PublicKeyToken=402899b480e6f383' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
I have under settings
Scripting runtime version: .NET 4.x Equivalent
Scripting backend: IL2CPP
Api compatibility level: .NET 4x
As I understand, \Runtime\ResourceManager\AsyncOperations\AsyncOperationBase.cs file has a dependency conflict with mscorlib. I have been googling for several hours now, and I am at my wits end. Maybe someone can suggest a course of action to resolve such error