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