From 39b031e70b497ae74768d4b2028d4b2a4a467460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 7 Aug 2023 10:17:22 +0200 Subject: [PATCH] Fix Nuget recommendations (#284) * Nuget package description * Make dotnet build reproducible --- .../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 8e15b0aa..20eb2cbc 100644 --- a/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj +++ b/src/Splunk.OpenTelemetry.AutoInstrumentation/Splunk.OpenTelemetry.AutoInstrumentation.csproj @@ -1,5 +1,9 @@  + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -32,6 +36,7 @@ false See release notes at https://github.com/signalfx/splunk-otel-dotnet/releases OpenTelemetry;OTEL;APM;tracing;profiling;instrumentation;Splunk + Splunk Distribution of OpenTelemetry .NET package with all required components to enable automatic instrumentation. git https://github.com/signalfx/splunk-otel-dotnet.git Copyright 2023 Splunk Inc.