From 5fae69291b2a3de0d651665b8778ee1a79bf950e Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 23 Jan 2024 10:04:24 +0000 Subject: [PATCH] Fix AoT test app There is a conflict between `OpenTelemetry.Extensions.AWS` and the dependency `OpenTelemetry.ResourceDetectors.AWS` has on it from NuGet, rather than from source. --- .../OpenTelemetry.AotCompatibility.TestApp.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj b/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj index 401a607aff..5b4d0dde04 100644 --- a/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj +++ b/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj @@ -14,7 +14,6 @@ .github\workflows\ci.yml so that it runs for the project(s) being added. --> -