Skip to content

Commit

Permalink
Merge pull request #57 from sascha93rus/patch-1
Browse files Browse the repository at this point in the history
Update Microsoft.ML.OnnxRuntime
  • Loading branch information
dme-compunet committed Jun 6, 2024
2 parents 0a06264 + c3822d6 commit 3fe371d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/YoloV8/YoloV8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.3" />
<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.17.3" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.17.1" />
<PackageReference Condition="'$(Configuration)' != 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime" Version="1.18.0" />
<PackageReference Condition="'$(Configuration)' == 'GpuRelease'" Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.18.0" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 3fe371d

Please sign in to comment.