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
The current release of Opc.Ua.Core.csproj references Microsoft.Extensions.Logging.Abstractions version 9.0.0. However, there appears to be a compatibility issue with ASP.NET Core applications targeting .NET 8, as they reference Microsoft.Extensions.Logging.Abstractions version 8.0.10.
- Reduce memory allocations in JSON encoder by using stackalloc/ArrayPool
- Fix some new warnings in .NET9 code analyzers
- Fix fuzzing error in JsonDecoder
- do not use .NET9 libraries with .NET8 LTS builds #2931, #2940
- Bump langversion to 9 (max VS2019)
- Use official ASP.Net 2.3. libraries for .NET Framework (rel. Jan 15th)
Type of issue
Current Behavior
The current release of Opc.Ua.Core.csproj references Microsoft.Extensions.Logging.Abstractions version 9.0.0. However, there appears to be a compatibility issue with ASP.NET Core applications targeting .NET 8, as they reference Microsoft.Extensions.Logging.Abstractions version 8.0.10.
f76c457#diff-8557fb7ab79d8c8a861c6e366b24d63e4792c807b4cd42d8f0659228140e3121
Expected Behavior
No version conflict for Microsoft.Extensions.Logging.Abstractions
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: