How to install the .NET package Magicodes.IE.Core from NuGet by adding a package reference
.Net
C#
NuGet
Visual Studio
Magicodes.IE.Core
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="Magicodes.IE.Core" Version="2.5.1.8" />
<!-- ... -->
</ItemGroup>