File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
mobile/examples/super_resolution/MAUI/MauiSuperResolution Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments