Skip to content

Commit

Permalink
Merge pull request #520 from martincostello/package-source-mappings
Browse files Browse the repository at this point in the history
Add package source mappings
  • Loading branch information
martincostello authored May 10, 2022
2 parents 8afb521 + 1bc2dd5 commit 97a8786
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 97a8786

Please sign in to comment.