Skip to content

Commit 5a87bbb

Browse files
Update NuGet.Config (#6873) (#6933)
Co-authored-by: Reuben Bond <[email protected]>
1 parent 2c1429b commit 5a87bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NuGet.Config

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +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" protocolVersion="3" />
56
</packageSources>
67
<solution>
78
<add key="disableSourceControlIntegration" value="true" />
89
</solution>
9-
</configuration>
10+
</configuration>

0 commit comments

Comments
 (0)