Skip to content

Commit 74cd88f

Browse files
committed
Update maui super resolution
1 parent ded55ae commit 74cd88f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

mobile/examples/super_resolution/MAUI/MauiSuperResolution/MauiSuperResolution.csproj

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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+
67
<OutputType>Exe</OutputType>
78
<RootNamespace>MauiSuperResolution</RootNamespace>
89
<UseMaui>true</UseMaui>
@@ -47,11 +48,13 @@
4748

4849
<ItemGroup>
4950
<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" />
5354
</ItemGroup>
5455

56+
57+
5558
<ItemGroup>
5659
<MauiImage Update="Resources\Images\onnxruntime_logo.png">
5760
<CopyToOutputDirectory>Never</CopyToOutputDirectory>

0 commit comments

Comments
 (0)