added nuget.config

This commit is contained in:
Tigger Kindel
2023-09-03 09:04:39 -06:00
parent bcf675aa2c
commit 71dfc7c7d1
2 changed files with 13 additions and 0 deletions

12
nuget.config Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
</config>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>