diff --git a/src/Speckle.Objects/Geometry/Point.cs b/src/Speckle.Objects/Geometry/Point.cs index 244ece46..776ace05 100644 --- a/src/Speckle.Objects/Geometry/Point.cs +++ b/src/Speckle.Objects/Geometry/Point.cs @@ -46,10 +46,9 @@ public class Point : Base, ITransformable /// /// Gets or sets the coordinates of the /// - [JsonProperty(NullValueHandling = NullValueHandling.Ignore), Obsolete("Use x,y,z properties instead", true)] + [Obsolete("Use x,y,z properties instead", true)] public List value { - get => new(); set { x = value[0];