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 7 #66

Open MerrionComputing opened 1 year ago

MerrionComputing commented 1 year ago

It is now possible to develop azure functions in .NET 7 and it would make sense to move this library to that version as well (to take advantage of performance improvements mainly)

MerrionComputing commented 1 year ago

This should also be .NET 7 isolated