f-miyu / Plugin.CloudFirestore

MIT License
122 stars 44 forks source link

Multiple assemblies error when rebuilding solution #2

Open stavroaudi opened 6 years ago

stavroaudi commented 6 years ago

I get the following error when I try to build my solution

Severity Code Description Project File Line Suppression State Error CS1703 Multiple assemblies with equivalent identity have been imported: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll' and 'C:\Users\2083.nuget\packages\plugin.cloudfirestore\1.1.1\lib\netstandard2.0\mscorlib.dll'. Remove one of the duplicate references. XX.Android C:\Users\2083\Desktop\XX-App\XX\XX.Android\CSC 1 Active

stavroaudi commented 6 years ago

I've noticed that in the .nuget package, in \lib\netstandard2.0 you have a lot of files that maybe shouldn't be included in the package, such as the one that's giving me the error, mscorlib.dll

However, I tried removing all but plugin.cloudfirestore.dll and plugin.cloudfirestore.xml, and it gave me another issue.