Add NuGet.Config

This commit is contained in:
Patrik Svensson 2021-04-09 14:37:54 +02:00 committed by Phil Scott
parent 6007fcaafc
commit efa3d3b130

6
NuGet.Config Normal file
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" protocolVersion="3" />
</packageSources>
</configuration>