Skip to content

Instantly share code, notes, and snippets.

@ealsur
Created February 16, 2018 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ealsur/383635c2c6585d5999bcc5bb2c8c1c94 to your computer and use it in GitHub Desktop.
Save ealsur/383635c2c6585d5999bcc5bb2c8c1c94 to your computer and use it in GitHub Desktop.
Azure Cosmos DB + Functions Cookbook - search indexing project.json
{
"frameworks": {
"net46":{
"dependencies": {
"Microsoft.Azure.Search": "3.0.5"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment