Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

NuGet Package

Is there any reason why the QlikSense nuget package requires specific versions of it's dependencies?

Especially the JSON element, there is that many libraries, including Microsoft's own libraries that use it your almost destined to get a dependency conflict...

For instance:

Unable to resolve dependencies. 'Newtonsoft.Json 7.0.1' is not compatible with 'Microsoft.Owin.Security.OAuth 3.0.1 constraint: Newtonsoft.Json (≥ 6.0.4)', 'QlikAuthNet 1.1.1 constraint: Newtonsoft.Json (≥ 6.0.0)', 'QlikSense.NetSDK 2.0.3 constraint: Newtonsoft.Json (= 6.0.3)', 'Westwind.Globalization 2.1.0 constraint: Newtonsoft.Json (≥ 6.0.8)', 'Westwind.Web 2.64.0 constraint: Newtonsoft.Json (≥ 6.0.8)'.

1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

This is a known issue. Please refer to the following thread for more information:

.Net SDK nuget package

View solution in original post

2 Replies
Øystein_Kolsrud
Employee
Employee

This is a known issue. Please refer to the following thread for more information:

.Net SDK nuget package

Not applicable
Author

Thanks, apologies for the duplicate