Skip to content

Commit 15190d0

Browse files
[release] Exporter.OneCollector- stable release 1.10.0 updates (open-telemetry#2338)
Co-authored-by: Mikel Blanchard <[email protected]>
1 parent 3e8b607 commit 15190d0

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/OpenTelemetry.Exporter.OneCollector/CompatibilitySuppressions.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,4 @@
22
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
5-
<Suppression>
6-
<DiagnosticId>CP0008</DiagnosticId>
7-
<Target>T:OpenTelemetry.Exporter.OneCollector.OneCollectorExporterSerializationExceptionStackTraceHandlingType</Target>
8-
<Left>lib/net6.0/OpenTelemetry.Exporter.OneCollector.dll</Left>
9-
<Right>lib/netstandard2.1/OpenTelemetry.Exporter.OneCollector.dll</Right>
10-
<IsBaselineSuppression>true</IsBaselineSuppression>
11-
</Suppression>
12-
<Suppression>
13-
<DiagnosticId>CP0008</DiagnosticId>
14-
<Target>T:OpenTelemetry.Exporter.OneCollector.OneCollectorExporterSerializationExceptionStackTraceHandlingType</Target>
15-
<Left>lib/net7.0/OpenTelemetry.Exporter.OneCollector.dll</Left>
16-
<Right>lib/netstandard2.1/OpenTelemetry.Exporter.OneCollector.dll</Right>
17-
<IsBaselineSuppression>true</IsBaselineSuppression>
18-
</Suppression>
195
</Suppressions>

src/OpenTelemetry.Exporter.OneCollector/OpenTelemetry.Exporter.OneCollector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
this at the call site but there is a bug. This could possibly be cleaned up
1414
in the future (hopefully .NET 9) see https://github.com/dotnet/runtime/issues/92509 -->
1515
<NoWarn>$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn>
16-
<PackageValidationBaselineVersion>1.9.3</PackageValidationBaselineVersion>
16+
<PackageValidationBaselineVersion>1.10.0</PackageValidationBaselineVersion>
1717
<SystemTextJsonMinimumRequiredPkgVer>$(SystemTextJsonLatestNet6OutOfBandPkgVer)</SystemTextJsonMinimumRequiredPkgVer>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)