Skip to content

Commit 414fe95

Browse files
committed
update Microsoft.Maui.Controls to 8.0.70
1 parent d1236f5 commit 414fe95

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Source/OxyPlot.Maui.Skia/OxyPlot.Maui.Skia.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,22 @@
2929
<RepositoryUrl>https://github.com/oxyplot/oxyplot-maui</RepositoryUrl>
3030
</PropertyGroup>
3131

32+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
33+
<CreatePackage>false</CreatePackage>
34+
</PropertyGroup>
3235
<ItemGroup>
3336
<PackageReference Include="OxyPlot.Core" Version="2.1.2" />
3437
<PackageReference Include="SkiaSharp.HarfBuzz" Version="2.88.6" />
3538
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
3639
</ItemGroup>
3740

3841
<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" />
4043
</ItemGroup>
4144

4245
<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="\" />
4548
</ItemGroup>
4649

4750
<ItemGroup>

Source/OxyplotMauiSample/OxyplotMauiSample.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
3131
</PropertyGroup>
3232

33+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
34+
<CreatePackage>false</CreatePackage>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
37+
<CreatePackage>false</CreatePackage>
38+
</PropertyGroup>
3339
<ItemGroup>
3440
<!-- App Icon -->
3541
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
@@ -58,7 +64,7 @@
5864

5965
<ItemGroup>
6066
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.1.2" />
61-
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />
67+
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.70" />
6268
</ItemGroup>
6369

6470
<ItemGroup>

0 commit comments

Comments
 (0)