onnxruntime/csharp/src
Scott McKay fb4a8e12fc
Limit inclusion of Xamarin mobile target frameworks. (#9834)
- Only set them as targets for the ORT nuget package
    - Use OrtPackageId as the condition for inclusion, if installed
      - need to do the nuget restore via msbuild so that this property is set correctly
  - Add desktop-only version of the C# sln as there is no way to exclude the mobile specific csproj's from an sln
    - use this when applicable if someone is running build.py with the `--build_nuget` flag

Other
  - remove attempt to include symbols in the nuget package as nuget doesn't support symbols in native packages
  - update build.py to use `nuget` and not a windows specific path and filename for a linux build with `--build_nuget`
2021-11-23 11:29:53 +10:00
..
Microsoft.AI.MachineLearning Enable building winml with --build_nuget (#9632) 2021-11-04 00:42:51 -07:00
Microsoft.AI.MachineLearning.Interop Enable building winml with --build_nuget (#9632) 2021-11-04 00:42:51 -07:00
Microsoft.ML.OnnxRuntime Limit inclusion of Xamarin mobile target frameworks. (#9834) 2021-11-23 11:29:53 +10:00