Skip to content

Commit

Permalink
Create NuGet.config to take over any machine-wide one (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored May 28, 2024
1 parent abe1fd3 commit d0814f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit d0814f0

Please sign in to comment.