-
Notifications
You must be signed in to change notification settings - Fork 0
Nuget
Khaled Hikmat edited this page Jun 6, 2021
·
3 revisions
- Needed several packages. Example:
dotnet add package Azure.Search.Documents --version 11.3.0-beta.2
dotnet add package Microsoft.Azure.WebJobs.Extensions.Storage
- Added the shared lib to the functions app project:
cd csharp
dotnet add functionsapp/functionsapp.csproj reference shared/shared.csproj
Copyright 2021 goqur