aaronpowell / FSharp.CosmosDb

An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers
MIT License
79 stars 12 forks source link

[Request] Make compatable with newer Azure Functions versions #63

Closed osheari1 closed 2 years ago

osheari1 commented 2 years ago

Currently the most recent functions versions require .NET Core 6.0, but the currently implementation is pinned to .NET Framework 4.0.

aaronpowell commented 2 years ago

Azure Functions supports .NET 6 which is compatible with this package.

There's no plan to support lower versions of .NET.