Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Adding special NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 30, 2017
1 parent 02d1737 commit 1bc1221
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Deveel @ MyGet" value="https://www.myget.org/F/deveel/api/v3/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"/>
</packageSources>
</configuration>

0 comments on commit 1bc1221

Please sign in to comment.