|
2 | 2 | <PropertyGroup> |
3 | 3 | <OutputType>WinExe</OutputType> |
4 | 4 | <!--If you are willing to use Windows/MacOS native APIs you will need to create 3 projects. |
5 | | - One for Windows with net8.0-windows TFM, one for MacOS with net8.0-macos and one with net8.0 TFM for Linux.--> |
6 | | - <TargetFramework>net8.0</TargetFramework> |
| 5 | + One for Windows with net10.0-windows TFM, one for MacOS with net10.0-macos and one with net10.0 TFM for Linux.--> |
| 6 | + <TargetFramework>net10.0</TargetFramework> |
7 | 7 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport> |
8 | 8 | <ApplicationIcon>Assets\IconOpaque.ico</ApplicationIcon> |
9 | 9 | <Company>Paradigm Reality Enhancement Labs</Company> |
|
21 | 21 | </PropertyGroup> |
22 | 22 |
|
23 | 23 | <ItemGroup> |
24 | | - <PackageReference Include="Avalonia.Desktop" Version="11.3.4" /> |
| 24 | + <PackageReference Include="Avalonia.Desktop" Version="11.3.11" /> |
25 | 25 | <PackageReference Include="Velopack" Version="0.0.1298" /> |
26 | 26 |
|
27 | 27 | <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> |
28 | | - <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.0" /> |
29 | | - <PackageReference Include="Avalonia.Skia" Version="11.3.4" /> |
30 | | - <PackageReference Include="SkiaSharp" Version="3.119.0" /> |
| 28 | + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.11" /> |
| 29 | + <PackageReference Include="Avalonia.Skia" Version="11.3.11" /> |
| 30 | + <PackageReference Include="SkiaSharp" Version="3.119.2" /> |
31 | 31 |
|
32 | 32 | <!-- Windows-specific --> |
33 | 33 | <PackageReference Include="OpenCvSharp4.runtime.win" Version="4.11.0.20250507" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
34 | | - <PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.22.1" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
35 | | - <PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.119.0" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
| 34 | + <PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.23.0" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
| 35 | + <PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.119.2" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
36 | 36 | <PackageReference Include="DirectShowLib" Version="1.0.0" Condition="$([MSBuild]::IsOSPlatform('Windows'))" /> |
37 | 37 |
|
38 | 38 | <!-- macOS-specific --> |
|
0 commit comments