MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
103 stars 20 forks source link

Upgrade to functions v3 #29

Closed MerrionComputing closed 4 years ago

MerrionComputing commented 4 years ago

https://azure.microsoft.com/en-us/updates/azure-functions-runtime-30-is-now-available/

MerrionComputing commented 4 years ago
<TargetFramework>netcoreapp3.1</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
MerrionComputing commented 4 years ago

Needs to have this FUNCTIONS_V2_COMPATIBILITY_MODE for this issue: https://github.com/Azure/azure-functions-durable-js/issues/175