Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Last active April 18, 2017 16:22
Show Gist options
  • Save chrisobriensp/994b54f35187bc41619ab91ce736697c to your computer and use it in GitHub Desktop.
Save chrisobriensp/994b54f35187bc41619ab91ce736697c to your computer and use it in GitHub Desktop.
Shows the project.json file for an Azure Function which uses the SharePoint PnP core component (via NuGet support in Azure Functions).
{
"frameworks": {
"net46":{
"dependencies": {
"SharePointPnPCoreOnline": "2.14.1704"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment