onnxruntime/csharp/test/Microsoft.AI.MachineLearning.Tests.DotNet5_0/NuGet.config
2021-01-07 20:01:53 +00:00

10 lines
No EOL
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
<add key="BuildArtifacts" value="E:\nugets" />
</packageSources>
</configuration>