Skip to content

Commit

Permalink
Add NuGet.Config for dotnet restore to work on funcy machines
Browse files Browse the repository at this point in the history
  • Loading branch information
forki authored and Eugene Tolmachev committed Apr 11, 2017
1 parent 688cb79 commit eaf7633
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NuGet.Config
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit eaf7633

Please sign in to comment.