From 7222b20389367ff70741951f1582394371c23907 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Fri, 14 Jun 2024 15:21:15 -0700 Subject: [PATCH] Bump OTelLatestStableVer to 1.9.0 and fix coreunstable test issues. --- Directory.Packages.props | 2 +- build/Common.prod.props | 3 +++ build/Common.props | 4 ++++ ...lemetry.Exporter.Prometheus.AspNetCore.Tests.csproj | 10 +++++++++- ...metry.Exporter.Prometheus.HttpListener.Tests.csproj | 7 +++++++ .../OpenTelemetry.Shims.OpenTracing.Tests.csproj | 10 ++++++++-- 6 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 032d5eb04a2..14d04b08b29 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ true - 1.8.1 + 1.9.0 + + false + + net462 diff --git a/test/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests.csproj b/test/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests.csproj index e3603d4bc50..97e6f15e108 100644 --- a/test/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests.csproj +++ b/test/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests/OpenTelemetry.Exporter.Prometheus.AspNetCore.Tests.csproj @@ -18,9 +18,17 @@ + + + + - + + + + + diff --git a/test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests.csproj b/test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests.csproj index 7ab05160d72..f4901706361 100644 --- a/test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests.csproj +++ b/test/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests/OpenTelemetry.Exporter.Prometheus.HttpListener.Tests.csproj @@ -18,9 +18,16 @@ + + + + + + + diff --git a/test/OpenTelemetry.Shims.OpenTracing.Tests/OpenTelemetry.Shims.OpenTracing.Tests.csproj b/test/OpenTelemetry.Shims.OpenTracing.Tests/OpenTelemetry.Shims.OpenTracing.Tests.csproj index 7e08df554f3..07fe011a082 100644 --- a/test/OpenTelemetry.Shims.OpenTracing.Tests/OpenTelemetry.Shims.OpenTracing.Tests.csproj +++ b/test/OpenTelemetry.Shims.OpenTracing.Tests/OpenTelemetry.Shims.OpenTracing.Tests.csproj @@ -15,8 +15,14 @@ - - + + + + + + + +