Type conflict with BoxJWTAuth (It's in two places)
AnsweredI'm trying to develop a Windows console app in .Net Framework (not Core), using Visual Studio 2017. Following the examples in the SDK, I created a new project and added the two Nuget packages that are required:
PM> Install-Package Box.V2 PM> Install-Package Box.V2.JWTAuth
Now I'm getting a type conflict, with this error message:
CS0433 The type 'BoxJWTAuth' exists in both 'Box.V2.JWTAuth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddda8fe64dde1ac3' and 'Box.V2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ddda8fe64dde1ac3'
I tried putting in the full namespace path and still get the error. Has anyone else had this problem? Thanks!
Please sign in to leave a comment.
Comments
2 comments