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 .NET 5 #46

Closed MerrionComputing closed 3 years ago

MerrionComputing commented 3 years ago

Per this article: https://techcommunity.microsoft.com/t5/apps-on-azure/net-5-support-on-azure-functions/ba-p/1973055 it is possible to host .NET5 on Azure functions.

Can this library be updated to .NET5 (?)

MerrionComputing commented 3 years ago

Actually no point - might as well go to .NET 6 which will support Azure functions from the inside.