From 66e5db15c1df22a302091da216490d8471321906 Mon Sep 17 00:00:00 2001 From: amitportnoy <113588658+amitportnoy@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:26:26 +0300 Subject: [PATCH] OnnxRuntime should match MicrosoftMLVersion (1.6) This resolves an issue where "System.AccessViolationException: Attempted to read or write protected memory" is raised on execution. --- .../ObjectDetectionConsoleApp/ObjectDetection.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp/ObjectDetection.csproj b/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp/ObjectDetection.csproj index 5118bfaa7..71436bfad 100644 --- a/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp/ObjectDetection.csproj +++ b/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx/ObjectDetectionConsoleApp/ObjectDetection.csproj @@ -31,7 +31,7 @@ - +