Skip to content

Commit

Permalink
Update to Xamarin.Forms 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmarcus committed Feb 6, 2019
1 parent 171c2aa commit 781a94c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.4.0.{build}
version: 3.5.0.{build}
image: Visual Studio 2017
dotnet_csproj:
patch: true
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
var version = EnvironmentVariable("APPVEYOR_BUILD_VERSION") ?? Argument("version", "3.4.0");
var version = EnvironmentVariable("APPVEYOR_BUILD_VERSION") ?? Argument("version", "3.5.0");

//////////////////////////////////////////////////////////////////////
// PREPARATION
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="3.4.0.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
<PackageReference Include="Xamarin.Forms" Version="3.5.0.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) ">
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "1.6.60"
"MSBuild.Sdk.Extras": "1.6.65"
}
}

0 comments on commit 781a94c

Please sign in to comment.