Last active
April 18, 2017 16:22
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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