intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 54 forks source link

PublicKeyToken null #148

Open alohaba opened 5 years ago

alohaba commented 5 years ago

I included intercom client when I run the code for authentification UsersClient usersClient = new UsersClient(new Authentication("token"));

i get this error when i start the project

System.TypeLoadException: 'Could not load type 'Intercom.Core.Authentication' from assembly 'intercom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'