How to install the .NET package Xeb.Menus from NuGet by adding a package reference
.Net
C#
NuGet
Visual Studio
Xeb.Menus
In Solution Explorer, edit your project's .csproj file by right-clicking your project> Edit Project File. Add a dependency in your project file using the following syntax.
<ItemGroup>
<!-- ... -->
<PackageReference Include="Xeb.Menus" Version="1.0.0.2" />
<!-- ... -->
</ItemGroup>