Skip to content

Commit

Permalink
Update Nerdbank.Streams to 2.5.76
Browse files Browse the repository at this point in the history
This brings in important fixes for the stability of a JSON-RPC stream.
  • Loading branch information
AArnott committed Aug 11, 2020
1 parent 2e85684 commit 22d12a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamJsonRpc/StreamJsonRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.6.13" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="16.6.13" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" PrivateAssets="compile" />
<PackageReference Include="Nerdbank.Streams" Version="2.5.58" />
<PackageReference Include="Nerdbank.Streams" Version="2.5.76" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.0-beta1.final" PrivateAssets="all" />
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
Expand Down

0 comments on commit 22d12a4

Please sign in to comment.