microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Add support for .NET Standard 2.0 for Azure Functions #63

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Fixes https://github.com/microsoft/durabletask-mssql/issues/62

This PR simply adds netstandard2.0 as a target for the Azure Functions extension. The DTFx package already supported netstandard2.0. No code changes were required.