Add NuGet.config

pull/550/head
NextTurn 2018-11-26 00:00:00 +08:00
parent 9926ed8303
commit 6a7b83fb6a
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 7 additions and 0 deletions

7
src/NuGet.config Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>