This repository was archived by the owner on Nov 27, 2024. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.3 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
28
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.17.1 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
29
29
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.16.3" Condition =" '$(Configuration)' == 'Debug-TensorRT' OR '$(Configuration)' == 'Release-TensorRT'" />
30
30
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.16.3" Condition =" '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Release-Cuda'" />
31
31
</ItemGroup >
Original file line number Diff line number Diff line change 40
40
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
41
41
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
42
42
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0" />
43
- <PackageReference Include =" Microsoft.ML" Version =" 3.0.0 " />
44
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.9 .0" />
45
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.16.3 " />
46
- <PackageReference Include =" SixLabors.ImageSharp" Version =" 3.1.1 " />
43
+ <PackageReference Include =" Microsoft.ML" Version =" 3.0.1 " />
44
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.10 .0" />
45
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.17.1 " />
46
+ <PackageReference Include =" SixLabors.ImageSharp" Version =" 3.1.2 " />
47
47
<PackageReference Include =" System.Linq.Async" Version =" 6.0.1" />
48
48
</ItemGroup >
49
49
Original file line number Diff line number Diff line change 60
60
</ItemGroup >
61
61
62
62
<ItemGroup >
63
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.16.3 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
63
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.DirectML" Version =" 1.17.1 " Condition =" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'Release' " />
64
64
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.16.3" Condition =" '$(Configuration)' == 'Debug-TensorRT' OR '$(Configuration)' == 'Release-TensorRT'" />
65
65
<PackageReference Include =" Microsoft.ML.OnnxRuntime.Gpu" Version =" 1.16.3" Condition =" '$(Configuration)' == 'Debug-Cuda' OR '$(Configuration)' == 'Release-Cuda'" />
66
66
</ItemGroup >
67
67
68
68
<ItemGroup >
69
- <PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.5.1 " />
69
+ <PackageReference Include =" Extended.Wpf.Toolkit" Version =" 4.6.0 " />
70
70
<PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
71
71
<PackageReference Include =" Microsoft.Xaml.Behaviors.Wpf" Version =" 1.1.77" />
72
72
</ItemGroup >
You can’t perform that action at this time.
0 commit comments