From 378a1a3510af243816868e694aa77ac8300aef30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 18 Sep 2024 11:35:08 +0200 Subject: [PATCH] [repo] Enable NugetAudit - finalize (#2079) --- build/Common.nonprod.props | 2 +- build/Common.props | 3 +-- .../wcf/client-core/Examples.Wcf.Client.DotNet.csproj | 4 +++- examples/wcf/shared/Examples.Wcf.Shared.csproj | 11 +++++++++-- .../OpenTelemetry.AotCompatibility.TestApp.csproj | 5 +++++ .../OpenTelemetry.Exporter.Geneva.Tests.csproj | 4 ++++ .../OpenTelemetry.Extensions.Enrichment.Tests.csproj | 4 ++++ .../OpenTelemetry.Instrumentation.Wcf.Tests.csproj | 2 ++ .../OpenTelemetry.Sampler.AWS.Tests.csproj | 2 ++ 9 files changed, 31 insertions(+), 6 deletions(-) diff --git a/build/Common.nonprod.props b/build/Common.nonprod.props index 38928926cf..29cd1456ea 100644 --- a/build/Common.nonprod.props +++ b/build/Common.nonprod.props @@ -28,7 +28,7 @@ net8.0;net6.0 [2.8.2,3.0) [2.9.0,3.0) - [1.6.1,2.0) + [1.6.3,2.0) diff --git a/build/Common.props b/build/Common.props index 3c4da312f4..52f8c3bcc0 100644 --- a/build/Common.props +++ b/build/Common.props @@ -14,8 +14,7 @@ enable enable true - - + all low diff --git a/examples/wcf/client-core/Examples.Wcf.Client.DotNet.csproj b/examples/wcf/client-core/Examples.Wcf.Client.DotNet.csproj index f87ebac82a..38ac618f6a 100644 --- a/examples/wcf/client-core/Examples.Wcf.Client.DotNet.csproj +++ b/examples/wcf/client-core/Examples.Wcf.Client.DotNet.csproj @@ -9,8 +9,10 @@ - + + + diff --git a/examples/wcf/shared/Examples.Wcf.Shared.csproj b/examples/wcf/shared/Examples.Wcf.Shared.csproj index 265744f7ed..bcef073cb9 100644 --- a/examples/wcf/shared/Examples.Wcf.Shared.csproj +++ b/examples/wcf/shared/Examples.Wcf.Shared.csproj @@ -2,7 +2,7 @@ - netstandard2.0;net462 + net8.0;net462 @@ -10,8 +10,15 @@ - + + + + + + + + diff --git a/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj b/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj index c4d79207e0..fb9ef875d2 100644 --- a/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj +++ b/test/OpenTelemetry.AotCompatibility.TestApp/OpenTelemetry.AotCompatibility.TestApp.csproj @@ -13,6 +13,11 @@ + + + + + + + + diff --git a/test/OpenTelemetry.Extensions.Enrichment.Tests/OpenTelemetry.Extensions.Enrichment.Tests.csproj b/test/OpenTelemetry.Extensions.Enrichment.Tests/OpenTelemetry.Extensions.Enrichment.Tests.csproj index c7400ad0a6..b86cc62d34 100644 --- a/test/OpenTelemetry.Extensions.Enrichment.Tests/OpenTelemetry.Extensions.Enrichment.Tests.csproj +++ b/test/OpenTelemetry.Extensions.Enrichment.Tests/OpenTelemetry.Extensions.Enrichment.Tests.csproj @@ -11,6 +11,10 @@ + + + + diff --git a/test/OpenTelemetry.Instrumentation.Wcf.Tests/OpenTelemetry.Instrumentation.Wcf.Tests.csproj b/test/OpenTelemetry.Instrumentation.Wcf.Tests/OpenTelemetry.Instrumentation.Wcf.Tests.csproj index f95d11bd98..017682e469 100644 --- a/test/OpenTelemetry.Instrumentation.Wcf.Tests/OpenTelemetry.Instrumentation.Wcf.Tests.csproj +++ b/test/OpenTelemetry.Instrumentation.Wcf.Tests/OpenTelemetry.Instrumentation.Wcf.Tests.csproj @@ -22,6 +22,8 @@ + + diff --git a/test/OpenTelemetry.Sampler.AWS.Tests/OpenTelemetry.Sampler.AWS.Tests.csproj b/test/OpenTelemetry.Sampler.AWS.Tests/OpenTelemetry.Sampler.AWS.Tests.csproj index 6892d723eb..d8db5a8c05 100644 --- a/test/OpenTelemetry.Sampler.AWS.Tests/OpenTelemetry.Sampler.AWS.Tests.csproj +++ b/test/OpenTelemetry.Sampler.AWS.Tests/OpenTelemetry.Sampler.AWS.Tests.csproj @@ -7,6 +7,8 @@ + +