Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
- LaunchDarkly.EventSource to 4.2.0
- System.Text.Json to 6.0.4
  • Loading branch information
vslee committed May 22, 2022
1 parent db7159f commit b3fb13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IEXSharp/IEXSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LaunchDarkly.EventSource" Version="4.1.3" />
<PackageReference Include="LaunchDarkly.EventSource" Version="4.2.0" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="System.Text.Json" Version="6.0.3" />
<PackageReference Include="System.Text.Json" Version="6.0.4" />

<!--development dependency, which means it is only used during build, the final NuGet package does not have a dependency on SourceLink-->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down

0 comments on commit b3fb13d

Please sign in to comment.