Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Diangostic source dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Apr 19, 2024
1 parent d2d41f5 commit 5ca1ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
dll_name: 'LaunchDarkly.ServerSdk.dll'
dry_run: false

#TODO: consider using inputs.pkg_name in place of those strings in the parameters
- uses: ./.github/workflows/full-release.yml
if: ${{ inputs.pkg_name == 'LaunchDarkly.ServerSdk.Telemetry' }}
with:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</ItemGroup>

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

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

0 comments on commit 5ca1ee2

Please sign in to comment.