Skip to content

Commit 22d12a4

Browse files
committed
Update Nerdbank.Streams to 2.5.76
This brings in important fixes for the stability of a JSON-RPC stream.
1 parent 2e85684 commit 22d12a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StreamJsonRpc/StreamJsonRpc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.6.13" PrivateAssets="all" />
2323
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="16.6.13" />
2424
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" PrivateAssets="compile" />
25-
<PackageReference Include="Nerdbank.Streams" Version="2.5.58" />
25+
<PackageReference Include="Nerdbank.Streams" Version="2.5.76" />
2626
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
2727
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.0-beta1.final" PrivateAssets="all" />
2828
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />

0 commit comments

Comments
 (0)