Skip to content

Commit 1ce92ee

Browse files
Update docs/reference/errors-and-warnings/NU1302.md
Co-authored-by: Donnie Goodson <[email protected]>
1 parent 68768f5 commit 1ce92ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/errors-and-warnings/NU1302.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Whenever possible, switch to a package source that provides only HTTPS resources
7676

7777
If you must use the source, explicitly allow insecure connections by adding the `allowInsecureConnections` flag in the `NuGet.Config`:
7878

79+
For information about managing the setting in Visual Studio, see [NuGet Options in Visual Studio](../../consume-packages/nuget-visual-studio-options.md#allow-insecure-connections)
80+
7981
```xml
8082
<configuration>
8183
<packageSources>

0 commit comments

Comments
 (0)