File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ internal SwarmApi(IpfsClient ipfs)
100
100
101
101
TimeSpan ParseLatency ( string latency )
102
102
{
103
- if ( latency == "n/a" )
103
+ if ( latency == "n/a" || latency == "unknown" )
104
104
{
105
105
return TimeSpan . Zero ;
106
106
}
Original file line number Diff line number Diff line change 28
28
</PropertyGroup >
29
29
30
30
<ItemGroup >
31
- <PackageReference Include =" Ipfs.Core" Version =" 0.8.3 " />
31
+ <PackageReference Include =" Ipfs.Core" Version =" 0.10.0 " />
32
32
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
33
33
<PackageReference Include =" System.Net.Http" Version =" 4.3.3" Condition =" '$(TargetFramework)' == 'netstandard14'" />
34
34
<PackageReference Include =" System.Net.Http" Version =" 4.3.3" Condition =" '$(TargetFramework)' == 'net45'" />
You can’t perform that action at this time.
0 commit comments