Skip to content

Commit

Permalink
update xamarin.forms version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyaoHu committed Jul 24, 2020
1 parent b460078 commit 05bd25e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -79,7 +79,7 @@
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="3.4.0" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1179" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -139,7 +139,7 @@
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="3.4.0" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1179" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.9" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -91,7 +91,7 @@
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="3.4.0" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1179" />
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="3.4.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="3.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1080" />
<PackageReference Include="Xamarin.Forms" Version="4.7.0.1179" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj" />
Expand Down

0 comments on commit 05bd25e

Please sign in to comment.