Skip to content

Commit

Permalink
Bump Microsoft.ML.OnnxRuntime.Gpu from 1.19.2 to 1.20.0 in /Source
Browse files Browse the repository at this point in the history
Bumps [Microsoft.ML.OnnxRuntime.Gpu](https://github.com/Microsoft/onnxruntime) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/Microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.19.2...v1.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7afd9d2 commit acf96a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/YoloSharp/YoloSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.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" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
</ItemGroup>

</Project>

0 comments on commit acf96a9

Please sign in to comment.