Skip to content

Commit d935df6

Browse files
authored
feat: Support 9x of System.Diagnostics.DiagnosticSource. (#149)
Aside from this version now existing, the primary reason for this update it: open-telemetry/opentelemetry-dotnet#5973 The o11y plugin will work as is, but will generate a warning without this change, and would require binding redirects when working with classic ASP.
1 parent a73d332 commit d935df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net462'">
4444
<!-- Use any 5.x to 8.x. It's a built-in package in net8.0, hence conditional for targets -->
45-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="[5,9)" />
45+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="[5,10)" />
4646
</ItemGroup>
4747

4848
<PropertyGroup Condition="'$(Configuration)'=='Release'">

0 commit comments

Comments
 (0)