Skip to content

Commit

Permalink
Add NuGet configuration (cake-build#2216)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete authored Oct 9, 2021
1 parent 63a5dcd commit 7be6f74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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>
<disabledPackageSources>
<clear />
</disabledPackageSources>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
</configuration>

0 comments on commit 7be6f74

Please sign in to comment.