Skip to content

Commit 87654f0

Browse files
committed
updated with local NuGets that support new Shell names for FlyoutItem, Tab, and TabContent.
1 parent 2456a7c commit 87654f0

24 files changed

+1173
-1161
lines changed

VisualChallenge/VisualChallenge.Android/Resources/Resource.designer.cs

Lines changed: 1164 additions & 1152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VisualChallenge/VisualChallenge.Android/VisualChallenge.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<Reference Include="System.Xml" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<PackageReference Include="Xamarin.Forms" Version="4.0.1.206893" />
51+
<PackageReference Include="Xamarin.Forms" Version="4.0.0.293082-pre8" />
5252
<PackageReference Include="Xamarin.Forms.Visual.Material">
53-
<Version>4.0.1.206893</Version>
53+
<Version>4.0.0.293082-pre8</Version>
5454
</PackageReference>
5555
</ItemGroup>
5656
<ItemGroup>

VisualChallenge/VisualChallenge.iOS/VisualChallenge.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
<Reference Include="Xamarin.iOS" />
133133
</ItemGroup>
134134
<ItemGroup>
135-
<PackageReference Include="Xamarin.Forms" Version="4.0.1.206893" />
135+
<PackageReference Include="Xamarin.Forms" Version="4.0.0.293082-pre8" />
136136
<PackageReference Include="Xamarin.Forms.Visual.Material">
137-
<Version>4.0.1.206893</Version>
137+
<Version>4.0.0.293082-pre8</Version>
138138
</PackageReference>
139139
</ItemGroup>
140140
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />

VisualChallenge/VisualChallenge/AppShell.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
</ResourceDictionary>
3333
</Shell.Resources>
3434

35-
<ShellItem>
36-
<ShellSection>
35+
<FlyoutItem>
36+
<Tab>
3737
<ShellContent ContentTemplate="{DataTemplate local:VisualChallengePage}"/>
38-
</ShellSection>
39-
</ShellItem>
38+
</Tab>
39+
</FlyoutItem>
4040

4141
</Shell>

VisualChallenge/VisualChallenge/VisualChallenge.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
13.9 MB
Binary file not shown.
-12.1 MB
Binary file not shown.
39.2 KB
Binary file not shown.
-20.8 KB
Binary file not shown.
216 KB
Binary file not shown.

0 commit comments

Comments
 (0)