From 265b8c2f77251cdb711ab6dbfebfc5bb1dd1c81d Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Thu, 25 Jul 2024 19:52:38 -0700 Subject: [PATCH] dotnet-nuget-add-source - new option is available in .NET 9 SDK --- docs/core/tools/dotnet-nuget-add-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-nuget-add-source.md b/docs/core/tools/dotnet-nuget-add-source.md index 57a27fcc9e118..5fe3d3a6b0de0 100644 --- a/docs/core/tools/dotnet-nuget-add-source.md +++ b/docs/core/tools/dotnet-nuget-add-source.md @@ -40,7 +40,7 @@ The `dotnet nuget add source` command adds a new package source to your NuGet co - **`--allow-insecure-connections`** - Allows HTTP connections for adding or updating packages. This method is not secure. + Allows HTTP connections for adding or updating packages. This method is not secure. Available since .NET 9 SDK. - **`-n|--name `**