Skip to content

Commit

Permalink
Update MessagePack to 2.0.231-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 13, 2019
1 parent 04dc703 commit 64a7cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StreamJsonRpc/StreamJsonRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="2.0.221-beta" />
<PackageReference Include="MessagePackAnalyzer" Version="2.0.221-beta" PrivateAssets="all" />
<PackageReference Include="MessagePack" Version="2.0.231-rc" />
<PackageReference Include="MessagePackAnalyzer" Version="2.0.231-rc" PrivateAssets="all" />
<!-- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" PrivateAssets="all" /> -->
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="16.4.16" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="16.4.16" />
Expand Down

0 comments on commit 64a7cc3

Please sign in to comment.