This commit is contained in:
Tommy Parnell
2015-10-24 20:38:43 -04:00
commit 947c650ad0
13 changed files with 664 additions and 0 deletions

8
NuGet.Config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>