namespace Microsoft.ML.OnnxRuntime { internal class NativeLib { // define the library name required for netstandard targets internal const string DllName = "onnxruntime"; } }