opentracing / opentracing-csharp

OpenTracing API for C# (.NET). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
516 stars 73 forks source link

Add support for .NET 6 #138

Closed pellared closed 2 years ago

pellared commented 2 years ago

https://www.nuget.org/packages/OpenTracing/0.12.1 does not support .NET 6 as it dropped support for .NET Standard 2.0.

Can we additionally target netstandard2.1?

References:

pellared commented 2 years ago

Closing. I was wrong.

Support for older frameworks is being dropped, including frameworks older than .NET Framework 4.6.1, .NET Core 3.1, and .NET Standard 2.0.