Skip to content

Commit

Permalink
Restrict Otel versions to those supported
Browse files Browse the repository at this point in the history
  • Loading branch information
hananiel authored and TimHess committed Aug 23, 2023
1 parent ea9c195 commit f5bacf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<MockHttpVersion>6.0.0</MockHttpVersion>
<MoqVersion>4.13.1</MoqVersion>

<OpenTelemetryVersion>1.2.0</OpenTelemetryVersion>
<OpenTelemetryInstrumentationVersion>1.0.0-rc9.2</OpenTelemetryInstrumentationVersion>
<OpenTelemetryVersion>[1.2.0,1.3.2]</OpenTelemetryVersion>
<OpenTelemetryInstrumentationVersion>[1.0.0-rc9.2,1.0.0-rc9.9]</OpenTelemetryInstrumentationVersion>
<WavefrontSdkVersion>1.8.0-beta</WavefrontSdkVersion>

<RabbitClientVersion>5.0.1</RabbitClientVersion>
Expand Down

0 comments on commit f5bacf1

Please sign in to comment.