Added nuget.config file

This commit is contained in:
2020-09-03 13:32:08 +01:00
parent 9c4329deed
commit c19115f252
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>