onnxruntime/csharp/sample/Xamarin/nuget.config
Brian Martin 6c236fd939 Merged PR 6622174: merge latest onnxruntime into dmldev
there was a merge conflict in onnxruntime/core/providers/dml/OperatorAuthorHelper/Common.h that required manual merging.

Related work items: #36867798
2021-10-30 19:59:33 +00:00

11 lines
No EOL
356 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGetOrg" value="https://api.nuget.org/v3/index.json" />
<!-- see the readme.md and update this to the path where you put pre-release nuget packages
<add key="Local packages" value="d:\temp\NuGetRepo" />
-->
</packageSources>
</configuration>