Browse Source

Added nuget.config for reference

pull/24/head
Galip Tolga Erdem 5 years ago
parent
commit
54b30964e1
  1. 9
      NuGet.Config

9
NuGet.Config

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save