Skip to content

Commit

Permalink
Merge pull request #1826 from gep13/issue-1816
Browse files Browse the repository at this point in the history
(GH-1816) Add NuGet.Config beside sln file
  • Loading branch information
ferventcoder authored May 13, 2019
2 parents ddc77a5 + aa6a6f8 commit d01b58b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet Official v2 Package Source" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>

0 comments on commit d01b58b

Please sign in to comment.