Merge pull request #2834 from mark-monteiro/add-nuget-config

Add nuget.config file
This commit is contained in:
Bond-009 2020-04-12 15:35:39 +02:00 committed by GitHub
commit 7731aba6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
nuget.config Normal file
View File

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