From 46cd45ace7ef0f381c23367c3320365be6c09d9b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 9 Oct 2024 08:19:03 +0000
Subject: [PATCH] Bump Microsoft.ML.OnnxRuntime from 1.19.1 to 1.19.2 in
 /Source

Bumps [Microsoft.ML.OnnxRuntime](https://github.com/Microsoft/onnxruntime) from 1.19.1 to 1.19.2.
- [Release notes](https://github.com/Microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](https://github.com/Microsoft/onnxruntime/commits/v1.19.2)

---
updated-dependencies:
- dependency-name: Microsoft.ML.OnnxRuntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Source/YoloV8/YoloV8.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/YoloV8/YoloV8.csproj b/Source/YoloV8/YoloV8.csproj
index 6c3da62..24ec9f8 100644
--- a/Source/YoloV8/YoloV8.csproj
+++ b/Source/YoloV8/YoloV8.csproj
@@ -41,7 +41,7 @@
 		<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
 		<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
 		<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
-		<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.19.1" />
+		<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.19.2" />
 		<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.19.2" />
 	</ItemGroup>