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.0dotnet add package Norm.net --version 5.4.0Visual 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.0NuGet\Install-Package Norm.net -Version 5.4.0Package Reference
Add this line to your csproj`` project file inside
<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.0PREVIOUS
IntroductionNEXT
First UseComments
Comments are not available.