You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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.
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
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!
The text was updated successfully, but these errors were encountered: