Skip to content

Commit

Permalink
Add NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 9, 2022
1 parent f7a43ad commit 0682a9d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value=".\packages" />
</config>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 0682a9d

Please sign in to comment.