microsoft / ApplicationInsights-Kubernetes

Enrich the telemetry data for .NET applications running inside containers that are managed by Kubernetes.
Other
135 stars 57 forks source link

Support Multi-Targeting #333

Closed xiaomi7732 closed 1 year ago

xiaomi7732 commented 1 year ago

Address #332.

  1. For .NET 6 applications, K8s.Client.10.0.16+ will be depended on;
  2. For .NET 3.1 applications, it will stay on 7.x for backward compatibility;

This is a short-term solution until .NET Core 3.1 is phased out of the system.

Piggyback on:

xiaomi7732 commented 1 year ago

@karolz-ms Thank you for the review. Per our discussion offline, I am going to abandon this PR. Sorry to waste your time reviewing this.