From 866edd5814c0737fb4d90f8f9d31ff1b00926122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Thu, 28 Sep 2023 09:37:52 +0200 Subject: [PATCH] Disable NU5104 warnings (#336) A stable release of a package should not have a prerelease dependency. --- .../Splunk.OpenTelemetry.AutoInstrumentation.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj b/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj index 1a388ff3..29aa928b 100644 --- a/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj +++ b/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj @@ -1,4 +1,9 @@ + + + $(NoWarn);NU5104 + + all