Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegnan committed Jul 8, 2019
1 parent 2eb3bb1 commit ef630a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.10" />
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.11" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Netifi.Broker.Frames/Netifi.Broker.Frames.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.2.0" />
<PackageReference Include="RSocket.Core" Version="0.2.2" />
<PackageReference Include="RSocket.Core" Version="0.2.3" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.3" />
</ItemGroup>

Expand Down
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.9">
<PackageReference Include="RSocket.Rpc.Tools" Version="0.2.11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.10" />
<PackageReference Include="RSocket.Rpc.Core" Version="0.2.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ef630a9

Please sign in to comment.