From 2ca95ada73d6e3332bd4f48303b087ec438324f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 30 Oct 2024 10:33:34 +0100 Subject: [PATCH] [Instrumentation.WCF] Switch .NET6 to .NET8 (#2263) --- src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md | 3 +++ .../OpenTelemetry.Instrumentation.Wcf.csproj | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md index aed823fb26..5a8143925e 100644 --- a/src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +* Drop support for .NET 6 as this target is no longer supported and add .NET 8 target. + ([#2263](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2263)) + ## 1.0.0-rc.18 Released 2024-Oct-28 diff --git a/src/OpenTelemetry.Instrumentation.Wcf/OpenTelemetry.Instrumentation.Wcf.csproj b/src/OpenTelemetry.Instrumentation.Wcf/OpenTelemetry.Instrumentation.Wcf.csproj index 8724466ada..69b8dcc6f0 100644 --- a/src/OpenTelemetry.Instrumentation.Wcf/OpenTelemetry.Instrumentation.Wcf.csproj +++ b/src/OpenTelemetry.Instrumentation.Wcf/OpenTelemetry.Instrumentation.Wcf.csproj @@ -2,7 +2,7 @@ - net6.0;$(NetStandardMinimumSupportedVersion);$(NetFrameworkMinimumSupportedVersion) + $(NetMinimumSupportedVersion);$(NetStandardMinimumSupportedVersion);$(NetFrameworkMinimumSupportedVersion) OpenTelemetry instrumentation for WCF. $(PackageTags);distributed-tracing;WCF Instrumentation.Wcf- @@ -23,10 +23,10 @@ - + - +