Package
While Skybrud.Essentials focuses on .NET in general, we also have a Skybrud.Essentials.AspNetCore package that also provides additional functionality for when working with ASP.NET Core.
Installation
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0
or the NuGet Package Manager:
Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0