Revert "Revert "Create NuGet.config""

This reverts commit 22a32ffcee.
This commit is contained in:
CaptainSegis 2018-09-09 13:32:38 -05:00
parent 22a32ffcee
commit 182310e1b7
1 changed files with 11 additions and 0 deletions

11
NuGet.config Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="monogame-dev" value="http://teamcity.monogame.net/guestAuth/app/nuget/v1/FeedService.svc/" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>