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

5
nuget.config Normal file
View file

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