8000 Fix example nuget.config (#14349) · daxian-dbw/PowerShell@86da34e · GitHub
[go: up one dir, main page]

Skip to content

Commit 86da34e

Browse files
rjmholtTravisEz13
authored andcommitted
Fix example nuget.config (PowerShell#14349)
1 parent 0ef752e commit 86da34e

File tree 8000

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="dotnet-core" value="https://do 53B2 tnet.myget.org/F/dotnet-core/api/v3/index.json" />
6-
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
76
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
810
</configuration>

0 commit comments

Comments
 (0)
0