You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Add an inline NuGet package reference"
},
"Install NuGet package": {
"scope": "markdown",
"prefix": "intall nuget",
"body": [
"### [.NET CLI](#tab/dotnet-cli)",
"",
"```dotnetcli",
"dotnet add package $1",
"```",
"",
"### [PackageReference](#tab/package-reference)",
"",
"```xml",
"<PackageReference Include=\"$1\"",
" Version=\"*\" />",
"```",
"",
"---",
"",
"For more information, see [dotnet add package](/dotnet/core/tools/dotnet-add-package) or [Manage package dependencies in .NET applications](/dotnet/core/tools/dependencies).",