|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>net7.0;net7.0-android33.0;net7.0-ios;net7.0-maccatalyst;net8.0;net8.0-android34.0;net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
5 |
| - <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0;net8.0-windows10.0.19041.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net8.0;net8.0-android34.0;net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
| 5 | + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks> |
6 | 6 | <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
|
7 | 7 | <!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
|
8 | 8 | <UseMaui>true</UseMaui>
|
|
29 | 29 | <RepositoryUrl>https://github.com/oxyplot/oxyplot-maui</RepositoryUrl>
|
30 | 30 | </PropertyGroup>
|
31 | 31 |
|
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'"> |
| 33 | + <CreatePackage>false</CreatePackage> |
| 34 | + </PropertyGroup> |
32 | 35 | <ItemGroup>
|
33 | 36 | <PackageReference Include="OxyPlot.Core" Version="2.1.2" />
|
34 |
| - <PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.6" /> |
35 |
| - <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" /> |
| 37 | + <PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.8" /> |
| 38 | + <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.8" /> |
36 | 39 | </ItemGroup>
|
37 | 40 |
|
38 | 41 | <ItemGroup Condition=" $(TargetFramework.StartsWith('net8.0')) ">
|
39 |
| - <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" /> |
| 42 | + <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.70" /> |
40 | 43 | </ItemGroup>
|
41 | 44 |
|
42 | 45 | <ItemGroup>
|
43 |
| - <None Include="..\..\README.md" Pack="true" PackagePath="\"/> |
44 |
| - <None Include="..\..\icon.png" Pack="true" PackagePath="\"/> |
| 46 | + <None Include="..\..\README.md" Pack="true" PackagePath="\" /> |
| 47 | + <None Include="..\..\icon.png" Pack="true" PackagePath="\" /> |
45 | 48 | </ItemGroup>
|
46 | 49 |
|
47 | 50 | <ItemGroup>
|
|
0 commit comments