File tree 1 file changed +8
-5
lines changed
mobile/examples/super_resolution/MAUI/MauiSuperResolution
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0-android;net6.0-ios</TargetFrameworks >
5
- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks >
4
+ <TargetFrameworks >net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks >
5
+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks >
6
+
6
7
<OutputType >Exe</OutputType >
7
8
<RootNamespace >MauiSuperResolution</RootNamespace >
8
9
<UseMaui >true</UseMaui >
47
48
48
49
<ItemGroup >
49
50
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
50
- <PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" 1.16 .2" />
51
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.9 .0" />
52
- <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.16 .2" />
51
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime" Version =" 1.19 .2" />
52
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Extensions" Version =" 0.12 .0" />
53
+ <PackageReference Include =" Microsoft.ML.OnnxRuntime.Managed" Version =" 1.19 .2" />
53
54
</ItemGroup >
54
55
56
+
57
+
55
58
<ItemGroup >
56
59
<MauiImage Update =" Resources\Images\onnxruntime_logo.png" >
57
60
<CopyToOutputDirectory >Never</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments