imranmomin / Hangfire.AzureCosmosDb

Azure Cosmos DB storage provider for Hangfire
https://www.hangfire.io/
MIT License
18 stars 17 forks source link

Projects implemented with .NET Framework can't use version 2.0 #40

Closed yanetc closed 2 years ago

yanetc commented 2 years ago

Version 2.0 has a lot of improvement, but as it targets .NET Standard v2.1, it means that projects implemented with .NET Framework can't take advantage of it.

You can see compatibility matrix here https://dotnet.microsoft.com/en-us/platform/dotnet-standard#versions

Is this intended?

Would you consider keep target to .NET Standard 2.0?

Thanks in advance!

imranmomin commented 2 years ago

No - it was not intentional. I will re-target to netstandard2.0 and release a revision soon