Skip to content

Commit

Permalink
add nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya Donthini committed May 24, 2019
1 parent 6dd1548 commit 66c829d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AppInstallerFileBuilder/.nuget/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.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>

0 comments on commit 66c829d

Please sign in to comment.