opentracing-contrib / csharp-netcore

OpenTracing instrumentation for .NET Core 3.1 & .NET 6+ apps
Apache License 2.0
262 stars 74 forks source link

updated Microsoft.Extensions pkgs from 4.x(max) to 5.x version #90

Closed ku3mich closed 3 years ago

cwe1ss commented 3 years ago

Sorry for never replying to this.

If you want .NET 5 support, you need to target net5.0 in your apps. This library is not intended to be used with mixed dependencies (.NET 3.1 target + .NET 5 dependencies).

Note that #91 will now also bring .NET 6 support.