Installation
What you'll need
- .NET SDK version 6.0 or above
info
.NET Standard 2.0 is also supported, check compatibility with your version in docs
NuGet Package
To add a NuGet package to your project, use the following command:
- Dotnet
- PackageReference
- PackageManager
dotnet add package McdaToolkit
<PackageReference Include="McdaToolkit" Version="3.0.1" />
NuGet\Install-Package McdaToolkit -Version 3.0.1