onnxruntime/csharp/tools/MauiModelTester/NuGet.config

17 lines
586 B
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<clear />
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
<!-- Uncomment the following line to use packages from the ORT nightly feed
<add key="ORT-Nightly" value="https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json" />
-->
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>