microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
nuget/WinOnlyNuget.nuspec
33lines · modecode
| 1 | <?xml version='1.0' encoding='utf-8'?> |
| 2 | <package> |
| 3 | <metadata> |
| 4 | <id>Microsoft.ML.OnnxRuntime.Extensions</id> |
| 5 | <version>0.9.0</version> |
| 6 | <authors>Microsoft</authors> |
| 7 | <owners>Microsoft</owners> |
| 8 | <description>TEST ONNX Runtime Extensions NuGet Package</description> |
| 9 | <releaseNotes> |
| 10 | This is a test NuGet package - NOT for official release. |
| 11 | </releaseNotes> |
| 12 | <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 13 | <tags>ONNX ONNXRuntime AI Machine Learning</tags> |
| 14 | <icon>ORT_icon_for_light_bg.png</icon> |
| 15 | <license type="file">LICENSE.txt</license> |
| 16 | <readme>README.md</readme> |
| 17 | <projectUrl>https://github.com/Microsoft/onnxruntime-extensions</projectUrl> |
| 18 | <repository type="git" url="https://github.com/Microsoft/onnxruntime-extensions.git"/> |
| 19 | </metadata> |
| 20 | <files> |
| 21 | <file src="LICENSE.txt" target="LICENSE.txt" /> |
| 22 | <file src="README.md" target="README.md" /> |
| 23 | <file src="ORT_icon_for_light_bg.png" target="ORT_icon_for_light_bg.png" /> |
| 24 | <file src="..\ThirdPartyNotices.txt" target="ThirdPartyNotices.txt" /> |
| 25 | |
| 26 | <!-- Src paths for local Windows build via netstandard --> |
| 27 | <file src="..\out\Windows\bin\RelWithDebInfo\ortextensions.dll" target="runtimes\win-x64\native" /> |
| 28 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard1.1" /> |
| 29 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.props" target="build\netstandard2.0" /> |
| 30 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard1.1" /> |
| 31 | <file src="targets\netstandard\Microsoft.ML.OnnxRuntime.Extensions.targets" target="build\netstandard2.0" /> |
| 32 | </files> |
| 33 | </package> |
| 34 | |