mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
fixed metadata element -- use PackageProjectUrl instead of ProjectUrl (#67)
This commit is contained in:
parent
8eb11b796b
commit
13181b818c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>This package contains Microsoft's implementation of ONNX runtime, usable in .Net platforms</Description>
|
||||
<PackageTags>ONNX;ONNX Runtime;Machine Learning</PackageTags>
|
||||
<ProjectUrl>https://github.com/Microsoft/onnxruntime</ProjectUrl>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/onnxruntime</PackageProjectUrl>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageLicenseUrl>https://github.com/Microsoft/onnxruntime/blob/master/LICENSE</PackageLicenseUrl>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue