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