Add nuget.config

This commit is contained in:
James Newton-King 2021-11-12 12:38:05 +13:00
parent 0f33dc4380
commit 90afe0cfc6
No known key found for this signature in database
GPG Key ID: 0A66B2F456BF5526

8
csharp/NuGet.Config Normal file
View File

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