File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
37
<PackageReference Include =" SkiaSharp.HarfBuzz" Version =" 2.88.6" />
35
38
<PackageReference Include =" SkiaSharp.Views.Maui.Controls" Version =" 2.88.6" />
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 >
Original file line number Diff line number Diff line change 30
30
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'" >6.5</SupportedOSPlatformVersion >
31
31
</PropertyGroup >
32
32
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 >
33
39
<ItemGroup >
34
40
<!-- App Icon -->
35
41
<MauiIcon Include =" Resources\AppIcon\appicon.svg" ForegroundFile =" Resources\AppIcon\appiconfg.svg" Color =" #512BD4" />
58
64
59
65
<ItemGroup >
60
66
<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 " />
62
68
</ItemGroup >
63
69
64
70
<ItemGroup >
You can’t perform that action at this time.
0 commit comments