This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.17.3 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
28+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.18.0 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
2929 <PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.17.3" Condition =" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
3030 </ItemGroup >
3131
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >0.31.10 </Version >
4+ <Version >0.31.12 </Version >
55 <TargetFramework >net7.0</TargetFramework >
66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >disable</Nullable >
4242 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1" />
4343 <PackageReference Include =" Microsoft.ML" Version =" 3.0.1" />
4444 <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.10.0" />
45- <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.17.3 " />
45+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.18.0 " />
4646 <PackageReference Include =" SixLabors.ImageSharp" Version =" 3.1.4" />
4747 <PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
4848 </ItemGroup >
Original file line number Diff line number Diff line change 5656 </ItemGroup >
5757
5858 <ItemGroup >
59- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.17.3 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
59+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.18.0 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
6060 <PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.17.3" Condition =" '$(Configuration)' == 'Debug-Nvidia' OR '$(Configuration)' == 'Release-Nvidia'" />
6161 </ItemGroup >
6262
You can’t perform that action at this time.
0 commit comments