Created
August 9, 2018 18:32
-
-
Save spboyer/a1faead1072046d868c526967e267e17 to your computer and use it in GitHub Desktop.
dotnet new azure function templates snippets
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
"2.3.3": { | |
"Microsoft.NET.Sdk.Functions": "1.0.14", | |
"cli": "https://functionscdn.azureedge.net/public/2.0.1-beta.34/Azure.Functions.Cli.win-x86.2.0.1-beta.34.zip", | |
"nodeVersion": "8.11.1", | |
"localEntryPoint": "func.exe", | |
"itemTemplates": "https://www.myget.org/F/azure-appservice/api/v2/package/Azure.Functions.Templates/2.0.0-beta-10224", | |
"projectTemplates": "https://www.myget.org/F/azure-appservice/api/v2/package/Microsoft.AzureFunctions.ProjectTemplates/2.0.0-beta-10224", | |
"templateApiZip": "https://functionscdn.azureedge.net/public/TemplatesApi/2.0.0-beta-10224.zip", | |
"sha2": "4A2B808E86AE4C4DEF38A2A14270D19EC384648AD1FDF635921A64F609D41098", | |
"FUNCTIONS_EXTENSION_VERSION": "beta", | |
"requiredRuntime": ".NET Core", | |
"minimumRuntimeVersion": "2.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment