You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type provider constructor has thrown an exception: [error CS1703: An assembly with the same identity 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' has already been imported. Try removing one of the duplicate references.]
In a FabScaffold.Android there is a duplicate reference to System.Threading.Tasks.Extensions.dll
They are pointing to
This happens both in VS2019 and Rider 2019.3
After I manually remove reference from fsproj file
both references disappear, but I am able to build and run application in Android emulator
The text was updated successfully, but these errors were encountered: