14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<fallbackPackageFolders>
|
||
|
<clear />
|
||
|
</fallbackPackageFolders>
|
||
|
<packageSources>
|
||
|
<clear />
|
||
|
<!-- Don't add any private feeds. nuget.org should be the only required feed for the main branch. -->
|
||
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||
|
</packageSources>
|
||
|
<disabledPackageSources>
|
||
|
<clear />
|
||
|
</disabledPackageSources>
|
||
|
</configuration>
|