Nuget.CSharp.config 179 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
    <add key="NuGetOrg" value="https://api.nuget.org/v3/index.json" />
</packageSources>

</configuration>