Installation

Edit this page on GitHub

.NET Command-Line-Interface

Run this command from the command line to install the latest version:

dotnet add package Norm.net --version 5.4.0
dotnet add package Norm.net --version 5.4.0

Visual Studio Package Manager Console (PowerShell)

Run this command from the Visual Studio Package Manager Console (PowerShell) to install the latest version:

NuGet\Install-Package Norm.net -Version 5.4.0
NuGet\Install-Package Norm.net -Version 5.4.0

Package Reference

Add this line to your csproj`` project file inside` section to install the latest version:

<PackageReference Include="Norm.net" Version="5.4.0" />
<PackageReference Include="Norm.net" Version="5.4.0" />

Script & Interactive

In your C# Interactive console or another scripting engine (such as csrepl, for example) - execute the following command to install the latest version:

#r "nuget: Norm.net, 5.4.0
#r "nuget: Norm.net, 5.4.0
Comments