Skip to content

Commit

Permalink
Add package source mappings
Browse files Browse the repository at this point in the history
Add package source mappings for central package management.
  • Loading branch information
martincostello authored May 10, 2022
1 parent 6772b82 commit 9979c71
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 9979c71

Please sign in to comment.