Skip to content

Instantly share code, notes, and snippets.

@forki
Created December 10, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forki/af7d98a48798ea23321de65272ff19c5 to your computer and use it in GitHub Desktop.
Save forki/af7d98a48798ea23321de65272ff19c5 to your computer and use it in GitHub Desktop.
group AzureFunctions
source https://api.nuget.org/v3/index.json
framework: netcoreapp3.0
storage: none
nuget FSharp.Core
nuget Microsoft.NET.Sdk.Functions
nuget Microsoft.Azure.WebJobs.Extensions.Storage
nuget Microsoft.AspNetCore.Mvc
nuget WindowsAzure.Storage
nuget Newtonsoft.Json
nuget Braintree
nuget StackExchange.Redis
nuget System.Text.Encoding.CodePages
nuget ExcelDataReader
nuget TaskBuilder.fs
nuget Microsoft.Azure.Services.AppAuthentication
nuget Microsoft.Azure.KeyVault
nuget Microsoft.Azure.EventHubs
nuget Microsoft.Azure.WebJobs.Extensions.EventHubs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment