From 727f7a67ebf24f3803223c006f336501ed558a59 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Mon, 9 Oct 2023 14:14:23 -0700 Subject: [PATCH] Fixes. --- Directory.Packages.props | 1 + .../OpenTelemetry.Instrumentation.AspNetCore.Tests.csproj | 8 ++++---- .../OpenTelemetry.Instrumentation.Grpc.Tests.csproj | 7 ++++--- .../OpenTelemetry.Instrumentation.Http.Tests.csproj | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 200c9953d3..73741d915a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -41,6 +41,7 @@ + diff --git a/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/OpenTelemetry.Instrumentation.AspNetCore.Tests.csproj b/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/OpenTelemetry.Instrumentation.AspNetCore.Tests.csproj index cdf79ddd2d..f7400d295f 100644 --- a/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/OpenTelemetry.Instrumentation.AspNetCore.Tests.csproj +++ b/test/OpenTelemetry.Instrumentation.AspNetCore.Tests/OpenTelemetry.Instrumentation.AspNetCore.Tests.csproj @@ -22,13 +22,13 @@ - - + + - - + + diff --git a/test/OpenTelemetry.Instrumentation.Grpc.Tests/OpenTelemetry.Instrumentation.Grpc.Tests.csproj b/test/OpenTelemetry.Instrumentation.Grpc.Tests/OpenTelemetry.Instrumentation.Grpc.Tests.csproj index 9f712102a9..5cd6fe1b30 100644 --- a/test/OpenTelemetry.Instrumentation.Grpc.Tests/OpenTelemetry.Instrumentation.Grpc.Tests.csproj +++ b/test/OpenTelemetry.Instrumentation.Grpc.Tests/OpenTelemetry.Instrumentation.Grpc.Tests.csproj @@ -14,7 +14,7 @@ - + @@ -39,11 +39,12 @@ - + - + + diff --git a/test/OpenTelemetry.Instrumentation.Http.Tests/OpenTelemetry.Instrumentation.Http.Tests.csproj b/test/OpenTelemetry.Instrumentation.Http.Tests/OpenTelemetry.Instrumentation.Http.Tests.csproj index ba0b78afa5..83396dfecb 100644 --- a/test/OpenTelemetry.Instrumentation.Http.Tests/OpenTelemetry.Instrumentation.Http.Tests.csproj +++ b/test/OpenTelemetry.Instrumentation.Http.Tests/OpenTelemetry.Instrumentation.Http.Tests.csproj @@ -39,11 +39,11 @@ - + - +