Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 6, 2018
1 parent 19dd8d3 commit 02afb3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IpfsServer/IpfsServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ipfs.Core" Version="0.29.0" />
<PackageReference Include="Ipfs.Core" Version="0.29.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions PeerTalk/src/PeerTalk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ipfs.Core" Version="0.29.0" />
<PackageReference Include="Makaretu.Dns.Multicast" Version="0.11.3" />
<PackageReference Include="Ipfs.Core" Version="0.29.1" />
<PackageReference Include="Makaretu.Dns.Multicast" Version="0.11.4" />
<PackageReference Include="Nito.AsyncEx" Version="5.0.0-pre-05" />
<PackageReference Include="protobuf-net" Version="2.3.7" />
<PackageReference Include="semver" Version="2.0.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/IpfsEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ipfs.Core" Version="0.29.0" />
<PackageReference Include="Ipfs.Core" Version="0.29.1" />
<PackageReference Include="Makaretu.Dns.Unicast" Version="0.4.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Nito.AsyncEx.Coordination" Version="5.0.0-pre-05" />
Expand Down

0 comments on commit 02afb3a

Please sign in to comment.