Created
April 4, 2016 19:09
-
-
Save guitarrapc/887f4d194a238f8944aa38587319abb1 to your computer and use it in GitHub Desktop.
Azure Functions package.json sample for Nuget Package
This file contains 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": { | |
"ChatWork.Api": "0.4.0" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment