Folks, I searched the forums for 'documentdb' and found nothing.
I'd like to use a NO-SQL approach in my project and store data as JSON using Azure DocumentDB
Anyone had success doing this? When I try to install Microsoft.Azure.DocumentDB from NuGet the error says
Could not install package 'Microsoft.Azure.DocumentDB 1.4.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile7' .......
I'm using VS 2015
Does this mean the package won't work with XF?
Or are my profile settings wrong? (If so how do I fix them?)
Thanks!