Skip to content

Commit 402f21d

Browse files
committed
Clean nuget.config to meet the policy requirment
1 parent 9c2e630 commit 402f21d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sln/.nuget/NuGet.Config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
</solution>
77
<packageSources>
88
<clear />
9-
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
10-
<add key="buildTools" value="https://www.myget.org/F/30de4ee06dd54956a82013fa17a3accb/" />
11-
<add key="externalComponentDependencies" value="https://www.myget.org/F/02a8fd0d231848d2ae32cd901e273000" />
12-
<add key="ODataLibNightly" value="https://www.myget.org/F/odlnightly" />
9+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
1310
</packageSources>
1411
</configuration>

0 commit comments

Comments
 (0)