Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

.NET Core 3 support #63

Open
DOMZE opened this issue Sep 11, 2019 · 3 comments
Open

.NET Core 3 support #63

DOMZE opened this issue Sep 11, 2019 · 3 comments

Comments

@DOMZE
Copy link

DOMZE commented Sep 11, 2019

Hello,
Since .NET Core 3 is now in preview and production ready (RTM is within weeks), I was wondering if you planned on updating your package to support Microsoft.Extensions.Logging* packages >= 3.0.0

Thank you for a great library!

@samcook
Copy link
Owner

samcook commented Sep 11, 2019

Hi,

I haven't tried .NET Core 3 yet, but I would definitely want RedLock.net to be compatible.

Are the Microsoft.Extensions.Logging 3.0.0 packages API compatible with the earlier versions? There isn't a maximum version constraint on the logging dependencies in the RedLock.net nuget package, so would simply referencing the newer logging packages work?

@samcook
Copy link
Owner

samcook commented Sep 11, 2019

I just made a simple test console app (.NET Core 2.1) referencing RedLock.net 2.2.0 and Microsoft.Extensions.Logging 3.0.0-preview9.19423.4 - it seems to work fine.

@DOMZE
Copy link
Author

DOMZE commented Sep 11, 2019

Hey,

Yes Microsoft.Extensions.* should be backwards compatible. I was just wondering considering that they will bump the version to 3.0 of these packages if you planned on following as well

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants