Skip to content

Commit 2136898

Browse files
Updated csproj files
1 parent be488d1 commit 2136898

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

GettingStarted_NumericTextBox/GettingStarted_NumericTextBox.Android/GettingStarted_NumericTextBox.Android.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
1717
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
1818
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
19-
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
19+
<TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
2020
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
2121
<NuGetPackageImportStamp>
2222
</NuGetPackageImportStamp>
@@ -52,12 +52,7 @@
5252
<PackageReference Include="Syncfusion.Xamarin.SfNumericTextBox">
5353
<Version>*</Version>
5454
</PackageReference>
55-
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1142" />
56-
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
57-
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="28.0.0.3" />
58-
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.3" />
59-
<PackageReference Include="Xamarin.Android.Support.v7.CardView" Version="28.0.0.3" />
60-
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0.3" />
55+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
6156
</ItemGroup>
6257
<ItemGroup>
6358
<Compile Include="MainActivity.cs" />

GettingStarted_NumericTextBox/GettingStarted_NumericTextBox.UWP/GettingStarted_NumericTextBox.UWP.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
<PackageReference Include="Syncfusion.Xamarin.SfNumericTextBox">
148148
<Version>*</Version>
149149
</PackageReference>
150-
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1142" />
151-
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
150+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
151+
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
152152
</ItemGroup>
153153
<ItemGroup>
154154
<ProjectReference Include="..\GettingStarted_NumericTextBox\GettingStarted_NumericTextBox.csproj">

GettingStarted_NumericTextBox/GettingStarted_NumericTextBox.iOS/GettingStarted_NumericTextBox.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<PackageReference Include="Syncfusion.Xamarin.SfNumericTextBox">
152152
<Version>*</Version>
153153
</PackageReference>
154-
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1142" />
154+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
155155
</ItemGroup>
156156
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
157157
<ItemGroup>

GettingStarted_NumericTextBox/GettingStarted_NumericTextBox/GettingStarted_NumericTextBox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Syncfusion.Xamarin.SfNumericTextBox" Version="*" />
14-
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1142" />
14+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)