Skip to content

Commit 200c1ce

Browse files
update ulong to long?
1 parent 32a7af4 commit 200c1ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/ResourceManager/Network/Commands.Network/Commands.Network.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,18 @@
600600
<Project>{70527617-7598-4aef-b5bd-db9186b8184b}</Project>
601601
<Name>Commands.Common.Authentication.Abstractions</Name>
602602
</ProjectReference>
603+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
604+
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
605+
<Name>Commands.Common.Authentication</Name>
606+
</ProjectReference>
603607
<ProjectReference Include="..\..\..\Common\Commands.Common\Commands.Common.csproj">
604608
<Project>{5ee72c53-1720-4309-b54b-5fb79703195f}</Project>
605609
<Name>Commands.Common</Name>
606610
</ProjectReference>
611+
<ProjectReference Include="..\..\Common\Commands.Common.Authentication.ResourceManager\Commands.Common.Authentication.ResourceManager.csproj">
612+
<Project>{69c2eb6b-cd63-480a-89a0-c489706e9299}</Project>
613+
<Name>Commands.Common.Authentication.ResourceManager</Name>
614+
</ProjectReference>
607615
<ProjectReference Include="..\..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj">
608616
<Project>{3819d8a7-c62c-4c47-8ddd-0332d9ce1252}</Project>
609617
<Name>Commands.ResourceManager.Common</Name>

src/ResourceManager/Network/Commands.Network/Models/PSBgpPeerStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class PSBGPPeerStatus
1919
public int? Asn { get; set; }
2020
public string ConnectedDuration { get; set; }
2121
public string LocalAddress { get; set; }
22-
public int? MessagesReceived { get; set; }
22+
public long? MessagesReceived { get; set; }
2323
public long? MessagesSent { get; set; }
2424
public string Neighbor { get; set; }
2525
public long? RoutesReceived { get; set; }

0 commit comments

Comments
 (0)