Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegnan committed Sep 13, 2019
1 parent ef630a9 commit 774168d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Netifi.Broker.Client/Netifi.Broker.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.11" />
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.12" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Netifi.Broker.Idl/Netifi.Broker.Idl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.6.1" />
<PackageReference Include="RSocket.Rpc.Tools" Version="0.2.11">
<PackageReference Include="RSocket.Rpc.Tools" Version="0.2.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.11" />
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 774168d

Please sign in to comment.