Document supported versions of .NET (#1249)

* Document supported versions of .NET

* Apply suggestions from code review

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* line breaks

Co-authored-by: Reiley Yang <reyang@microsoft.com>
This commit is contained in:
Cijo Thomas 2020-09-09 13:28:22 -07:00 committed by GitHub
parent c1c181b98c
commit a3731ea02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View File

@ -10,6 +10,15 @@ Status](https://action-badges.now.sh/open-telemetry/opentelemetry-dotnet)](https
The .NET [OpenTelemetry](https://opentelemetry.io/) client.
## Supported .NET Versions
Packages shipped from this repository generally support all the officially
supported versions of [.NET
Core](https://dotnet.microsoft.com/download/dotnet-core), and [.NET
Framework](https://dotnet.microsoft.com/download/dotnet-framework) except for
`.NET Framework 3.5 SP1`. Any exceptions to this are noted in the individual
`README.md` files.
## Getting Started
If you are new here, please see [get started in 5

View File

@ -6,6 +6,13 @@
The Jaeger exporter communicates to a Jaeger Agent through the compact thrift
protocol on the Compact Thrift API port.
## Supported .NET Versions
This package supports all the officially supported versions of [.NET
Core](https://dotnet.microsoft.com/download/dotnet-core).
For .NET Framework, versions 4.6 and above are supported.
## Prerequisite
* [Get Jaeger](https://www.jaegertracing.io/docs/1.13/getting-started/)

View File

@ -7,6 +7,12 @@ This is an [Instrumentation Library](https://github.com/open-telemetry/opentelem
which instruments [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client)
and collects telemetry about outgoing gRPC requests.
## Supported .NET Versions
This package targets
[`NETSTANDARD2.1`](https://docs.microsoft.com/dotnet/standard/net-standard#net-implementation-support)
and hence can be used in any .NET versions implementing `NETSTANDARD2.1`.
## Steps to enable OpenTelemetry.Instrumentation.GrpcNetClient
### Step 1: Install Package