You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<packageSources>
|
||
|
<add key="APD Nexus NuGet"
|
||
|
value="http://apdnexus01.plano.intuit.com/nexus/service/local/nuget/dotnet-public/" />
|
||
|
<add key="NuGet"
|
||
|
value="https://nuget.org/api/v2/" />
|
||
|
</packageSources>
|
||
|
<activePackageSource>
|
||
|
<add key="All" value="(Aggregate source)" />
|
||
|
</activePackageSource>
|
||
|
<solution>
|
||
|
<add key="disableSourceControlIntegration" value="true" />
|
||
|
</solution>
|
||
|
</configuration>
|