Skip to content

Commit

Permalink
@LACHAIN-0 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ivashchenko committed Oct 13, 2020
1 parent 5735ff9 commit 8991d03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Lachain.Crypto/Lachain.Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle.NetCore" Version="1.8.6" />
<PackageReference Include="LibVRF.Native" Version="0.0.8" />
<PackageReference Include="LibVRF.Native" Version="0.0.9" />
<PackageReference Include="LibVRF.Net" Version="0.0.1" />
<PackageReference Include="MCL.BLS12_381.Native" Version="0.0.4" />
<PackageReference Include="MCL.BLS12_381.Native" Version="0.0.5" />
<PackageReference Include="MCL.BLS12_381.Net" Version="0.0.3" />
<PackageReference Include="Nethereum.Signer" Version="3.8.0" />
<PackageReference Include="Secp256k1.Native" Version="0.1.20" />
Expand Down
2 changes: 1 addition & 1 deletion src/Lachain.Logger/Lachain.Logger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="4.7.4" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.5" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Lachain.Networking/Hub/HubConnector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private void ReadWorker()
}
catch (Exception e)
{
Logger.LogError("Error occured", e);
Logger.LogError($"Error occured: {e}");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Lachain.Networking/Lachain.Networking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.31.0" />
<PackageReference Include="Lachain.CommunicationHub.Native" Version="0.0.34" />
<PackageReference Include="Lachain.CommunicationHub.Native" Version="0.0.36" />
<PackageReference Include="Lachain.CommunicationHub.Net" Version="0.0.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 8991d03

Please sign in to comment.