Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created September 11, 2016 17:58
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 gbellmann/94ac6e76d080a1669e5063fc586baa03 to your computer and use it in GitHub Desktop.
Save gbellmann/94ac6e76d080a1669e5063fc586baa03 to your computer and use it in GitHub Desktop.
Sample Azure Functions C# project.json file
{
"frameworks": {
"net46":{
"dependencies": {
"Microsoft.Azure.Search": "2.0.4-preview"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment