-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install nuget package #5
Comments
The minimal required .NET version which we support is 4.5.2. |
Ok, I see you've just modified the documentation to reflect this fact. I've decided to try using you api in version 1.1.2, which works with .net 4.5. However, this package won't add the reference automatically in my project. I had to add the reference myself, by selecting the dll in the debug folder. |
It's actually worse than that. Even though I added the dll manually, and that the namespaces are recognized by intellisense, the solution doesn't build ("The type or namespace "GoPay" could not be found"). Also, it seems that the namespaces are different in the Debug dll and in the Release dll ! |
I see, the version 4.5.2 is here only due to the dependencies. I'll try to downgrade minimal required version of newtonsoft.json.
I just manually installed 1.1.4 version on mono-develop solution, everything is working fine. At this point i'm not really sure whats the problem. |
I believe you, but the 1.1.4 is already not compatible with 4.5 anymore. The version I tried to install was the 1.1.2. |
Fixed in #6, version 1.1.5 released |
Using VS2013
The text was updated successfully, but these errors were encountered: