Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Add NuGet.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Apr 2, 2019
1 parent 6553284 commit 3249c62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NuGet.Config
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="MyGet-neo" value="https://www.myget.org/F/neo/api/v3/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 3249c62

Please sign in to comment.