onnxruntime/NuGet.config

15 lines
626 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<configuration>
2021-01-28 04:25:45 +00:00
<solution>
<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" />
<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>
</configuration>