2019-10-15 13:13:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
2021-01-28 04:25:45 +00:00
|
|
|
<solution>
|
2019-10-15 13:13:07 +00:00
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
2021-01-28 04:25:45 +00:00
|
|
|
</solution>
|
|
|
|
|
<packageSources>
|
|
|
|
|
<clear />
|
|
|
|
|
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
|
2024-09-04 22:21:23 +00:00
|
|
|
<add key="MAUI DeviceRunners" value="https://pkgs.dev.azure.com/mattleibow/OpenSource/_packaging/test-device-runners/nuget/v3/index.json" />
|
|
|
|
|
<add key="XHarness" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
2021-01-28 04:25:45 +00:00
|
|
|
</packageSources>
|
|
|
|
|
<disabledPackageSources>
|
|
|
|
|
<clear />
|
|
|
|
|
</disabledPackageSources>
|
2019-10-15 13:13:07 +00:00
|
|
|
</configuration>
|