Add NuGet.config

This commit is contained in:
Tyrrrz
2021-04-13 22:22:50 +03:00
parent eb89ea5b40
commit af3a59ce0f
2 changed files with 8 additions and 0 deletions

7
NuGet.config Normal file
View File

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