Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created May 1, 2017 06:58
Show Gist options
  • Select an option

  • Save bcnzer/4c82a254087fa252b2a0609daf189ee5 to your computer and use it in GitHub Desktop.

Select an option

Save bcnzer/4c82a254087fa252b2a0609daf189ee5 to your computer and use it in GitHub Desktop.
project.json to add StackExchange.Redis for an Azure Function
{
"frameworks": {
"net46":{
"dependencies": {
"StackExchange.Redis": "1.2.1"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment