Skip to content

Commit

Permalink
Update DynamoSamples.cs (#15044) (#15096)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorgen Dahl <sm6srw@users.noreply.github.com>
  • Loading branch information
pinzart90 and sm6srw authored Apr 8, 2024
1 parent 98c4749 commit 1d462a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tools/DynamoFeatureFlags/DynamoFeatureFlags.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />

<!--Need version >= 1.0.2 of LaunchDarkly.Logging to fix jira task DYN-6777, missing timestamp-->
<!--Remove LaunchDarkly.Logging once LaunchDarkly.ClientSdk is upgraded-->
<PackageReference Include="LaunchDarkly.Logging" Version="1.0.2" />
<PackageReference Include="LaunchDarkly.ClientSdk" Version="2.0.1">
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 1d462a2

Please sign in to comment.