onnxruntime/packages.config
stevenlix eb5da13bb5
Cherry pick fixes to release branch rel-1.3.0 (#3936)
* Fix DirectML nuget creation in Nuget pipeline (#3929)

* Added onnxruntime aarch64 wheel to pypi publishing pipeline (#3903)

* Added onnxruntime aarch64 wheel to pypi publishing pipeline

* Support nightly build flag

* Add support for nightly build

* Fix error handling in LearningModelSession.cpp (#3920)

* Update DML Nuget version and DML EP Doc (#3945)

Update DML Nuget version and DML EP Doc

* Fix ordering of APIs. (#3951)

Co-authored-by: Ryan Lai <rylai@microsoft.com>
Co-authored-by: Prabhat <prabhat.roy@microsoft.com>
Co-authored-by: Jeff Bloomfield <38966965+jeffbloo@users.noreply.github.com>
Co-authored-by: Pranav Sharma <prs@microsoft.com>
2020-05-14 23:45:18 -07:00

5 lines
212 B
XML

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DirectML" version="2.1.0" targetFramework="native" />
<package id="GoogleTestAdapter" version="0.17.1" targetFramework="net46" />
</packages>