imranmomin / Hangfire.AzureCosmosDb

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

Support of .NET Standard 2.0 #3

Closed TeeNak closed 4 years ago

TeeNak commented 4 years ago

It would be nice if we could target .NET Standard 2.0 which can also be used from .NET Core 2.0 to 2.2 projects.

I personally tried to made change for this in my local project and found no problem. Because Hangfire.Core and Microsoft.Azure.Cosmos already have a dependency for netstandard2.0.

I can send a PR.

imranmomin commented 4 years ago

@TeeNak - can u try using

Install-Package Hangfire.AzureCosmosDB -Version 1.0.3-beta

TeeNak commented 4 years ago

Great! it looks working fine. You made my day!