Skip to content

Commit

Permalink
Merge pull request #91 from dme-compunet/dependabot/nuget/Source/Micr…
Browse files Browse the repository at this point in the history
…osoft.ML.OnnxRuntime.Gpu-1.20.0

Bump Microsoft.ML.OnnxRuntime.Gpu from 1.19.2 to 1.20.0 in /Source
  • Loading branch information
dme-compunet authored Nov 5, 2024
2 parents 069665b + 53224a0 commit 09a3cc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/YoloSharp/YoloSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
<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.1" />

<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.20.0" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.19.2" />

</ItemGroup>

</Project>

0 comments on commit 09a3cc6

Please sign in to comment.