Clearing any nuget configuration that might be coming from parent directories, fixes #4595

This commit is contained in:
Martin Chrzan 2020-06-30 08:50:53 +02:00
parent f46b876fd6
commit 69d5ef36e2
1 changed files with 5 additions and 0 deletions

5
nuget.config Normal file
View File

@ -0,0 +1,5 @@
<configuration>
<config>
<clear />
</config>
</configuration>