How to install the package Math.Spatial from NuGet
.Net
C#
NuGet
Math.Spatial
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Math.Spatial -Version 1.4.0
# .NET CLI
dotnet add package Math.Spatial --version 1.4.0
# PackageReference
<PackageReference Include="Math.Spatial" Version="1.4.0" />
# Paket CLI
paket add Math.Spatial --version 1.4.0