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