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