kjems / uversioncontrol

Version Control for Unity using SVN
https://www.assetstore.unity3d.com/en/#!/content/3350
50 stars 13 forks source link

The type Task<TResult> exists in both System.Threading and mscorlib #6

Closed FrostByteGER closed 5 years ago

FrostByteGER commented 5 years ago

Im trying to use this plugin in our 2018.3 project but once it is imported, the compiler spits out errors: Packages\uversioncontrol\UVC.UnityVersionControl\API\TaskExtension.cs(10,46): error CS0433: The type 'Task<TResult>' exists in both 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' The scripting runtime version is set to .NET 4.x and the API Compability Level is also set to .NET 4.x.

Any idea?

FrostByteGER commented 5 years ago

Seems like something else caused the issue, I recently reimported the plugin and it compiles flawlessly in 4.x