Skip to content

Commit

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

Bump Microsoft.ML.OnnxRuntime.Gpu from 1.20.0 to 1.20.1 in /Source
  • Loading branch information
dme-compunet authored Nov 25, 2024
2 parents a8c6d5b + 83eeb55 commit e407f1a
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="9.0.0" />
<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.20.0" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.1" />
</ItemGroup>

</Project>

0 comments on commit e407f1a

Please sign in to comment.