Skip to content

Commit

Permalink
[release] Exporter.OneCollector- stable release 1.10.0 updates (open-…
Browse files Browse the repository at this point in the history
…telemetry#2338)

Co-authored-by: Mikel Blanchard <[email protected]>
  • Loading branch information
opentelemetrybot and CodeBlanch authored Nov 18, 2024
1 parent 3e8b607 commit 15190d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,4 @@
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Suppression>
<DiagnosticId>CP0008</DiagnosticId>
<Target>T:OpenTelemetry.Exporter.OneCollector.OneCollectorExporterSerializationExceptionStackTraceHandlingType</Target>
<Left>lib/net6.0/OpenTelemetry.Exporter.OneCollector.dll</Left>
<Right>lib/netstandard2.1/OpenTelemetry.Exporter.OneCollector.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0008</DiagnosticId>
<Target>T:OpenTelemetry.Exporter.OneCollector.OneCollectorExporterSerializationExceptionStackTraceHandlingType</Target>
<Left>lib/net7.0/OpenTelemetry.Exporter.OneCollector.dll</Left>
<Right>lib/netstandard2.1/OpenTelemetry.Exporter.OneCollector.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
this at the call site but there is a bug. This could possibly be cleaned up
in the future (hopefully .NET 9) see https://github.com/dotnet/runtime/issues/92509 -->
<NoWarn>$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn>
<PackageValidationBaselineVersion>1.9.3</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.10.0</PackageValidationBaselineVersion>
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
</PropertyGroup>

Expand Down

0 comments on commit 15190d0

Please sign in to comment.