diff --git a/eng/Versions.props b/eng/Versions.props
index 6e4b509408..4ea63600d2 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -49,7 +49,7 @@
1.1.0
2.2.332302
16.9.0-beta1.21055.5
- 2.0.64
+ 3.0.3
2.1.1
diff --git a/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs b/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs
index 23bed8b0e3..e9f61ce2d1 100644
--- a/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs
+++ b/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs
@@ -125,7 +125,7 @@ public virtual NodeType AllocTypeNodeStorage()
///
/// Same as NodeIndexLimit, just cast to an integer.
///
- public int NodeCount { get { return m_nodes.Count; } }
+ public long NodeCount { get { return m_nodes.Count; } }
///
/// It is expected that users will want additional information associated with TYPES of the nodes of the graph. They can
/// do this by allocating an array of code:NodeTypeIndexLimit and then indexing this by code:NodeTypeIndex