d5d0a0b59c
Every repo should have this to turn OFF any unauthorized feeds that may be configured machine wide, and to ensure that any custom feeds required are recorded in source control for everyone.
8 lines
191 B
XML
8 lines
191 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|