Skip to content

Commit 17f6fd1

Browse files
committed
Version updated.
1 parent 974164a commit 17f6fd1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CustomHeader_iOS/CustomHeader_iOS/CustomHeader_iOS/CustomHeader_iOS.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -77,13 +77,16 @@
7777
<PlatformTarget>x86</PlatformTarget>
7878
</PropertyGroup>
7979
<ItemGroup>
80+
<Reference Include="Syncfusion.Licensing, Version=16.4.0.44, Culture=neutral, processorArchitecture=MSIL">
81+
<HintPath>..\packages\Syncfusion.Licensing.16.4.0.44\lib\Xamarin.iOS10\Syncfusion.Licensing.dll</HintPath>
82+
</Reference>
83+
<Reference Include="Syncfusion.SfSchedule.iOS, Version=16.4451.0.44, Culture=neutral, processorArchitecture=MSIL">
84+
<HintPath>..\packages\Syncfusion.Xamarin.SfSchedule.IOS.16.4.0.44\lib\Xamarin.iOS10\Syncfusion.SfSchedule.iOS.dll</HintPath>
85+
</Reference>
8086
<Reference Include="System" />
8187
<Reference Include="System.Xml" />
8288
<Reference Include="System.Core" />
8389
<Reference Include="Xamarin.iOS" />
84-
<Reference Include="Syncfusion.SfSchedule.iOS">
85-
<HintPath>..\packages\Syncfusion.Xamarin.SfSchedule.IOS.16.1.0.37\lib\Xamarin.iOS10\Syncfusion.SfSchedule.iOS.dll</HintPath>
86-
</Reference>
8790
</ItemGroup>
8891
<ItemGroup>
8992
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Syncfusion.Xamarin.SfSchedule.IOS" version="16.1.0.37" targetFramework="xamarinios10" />
3+
<package id="Syncfusion.Licensing" version="16.4.0.44" targetFramework="xamarinios10" />
4+
<package id="Syncfusion.Xamarin.SfSchedule.IOS" version="16.4.0.44" targetFramework="xamarinios10" />
45
</packages>

0 commit comments

Comments
 (0)