Skip to content

Commit

Permalink
Update NuGet.Config (#6873) (#6933)
Browse files Browse the repository at this point in the history
Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
  • Loading branch information
benjaminpetit and ReubenBond authored Feb 2, 2021
1 parent 2c1429b commit 5a87bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
</configuration>

0 comments on commit 5a87bbb

Please sign in to comment.