1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Update nuget

This commit is contained in:
Yan Maniez 2018-09-21 23:02:23 +02:00
parent 8715e97c12
commit f1ff86f8d6
6 changed files with 8 additions and 8 deletions

View file

@ -65,7 +65,7 @@
<Version>1.60.3</Version> <Version>1.60.3</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Xamarin.Forms"> <PackageReference Include="Xamarin.Forms">
<Version>3.1.0.697729</Version> <Version>3.2.0.839982</Version>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -196,7 +196,7 @@
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.7" /> <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.7" />
<PackageReference Include="Xamarin.Forms"> <PackageReference Include="Xamarin.Forms">
<Version>3.1.0.697729</Version> <Version>3.2.0.839982</Version>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -118,7 +118,7 @@
<Version>1.60.3</Version> <Version>1.60.3</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Xamarin.Forms"> <PackageReference Include="Xamarin.Forms">
<Version>3.1.0.697729</Version> <Version>3.2.0.839982</Version>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -31,7 +31,7 @@
<PackageReference Include="Markdig" Version="0.15.2" /> <PackageReference Include="Markdig" Version="0.15.2" />
<PackageReference Include="SkiaSharp.Svg" Version="1.60.0" /> <PackageReference Include="SkiaSharp.Svg" Version="1.60.0" />
<PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.3" /> <PackageReference Include="SkiaSharp.Views.Forms" Version="1.60.3" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" /> <PackageReference Include="Xamarin.Forms" Version="3.2.0.839982" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -72,10 +72,10 @@
IsRunning="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}" IsRunning="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}"
IsVisible="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}"> IsVisible="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}">
<ActivityIndicator.WidthRequest> <ActivityIndicator.WidthRequest>
<OnPlatform x:TypeArguments="x:Double" iOS="50" WinPhone="400" Android="50" /> <OnPlatform x:TypeArguments="x:Double" iOS="50" UWP="400" Android="50" />
</ActivityIndicator.WidthRequest> </ActivityIndicator.WidthRequest>
<ActivityIndicator.HeightRequest> <ActivityIndicator.HeightRequest>
<OnPlatform x:TypeArguments="x:Double" iOS="50" WinPhone="10" Android="50" /> <OnPlatform x:TypeArguments="x:Double" iOS="50" UWP="10" Android="50" />
</ActivityIndicator.HeightRequest> </ActivityIndicator.HeightRequest>
</ActivityIndicator> </ActivityIndicator>
</Grid> </Grid>

View file

@ -31,10 +31,10 @@
IsRunning="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}" IsRunning="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}"
IsVisible="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}"> IsVisible="{Binding BindingContext.Main.IsLoading, Source={x:Reference This}}">
<ActivityIndicator.WidthRequest> <ActivityIndicator.WidthRequest>
<OnPlatform x:TypeArguments="x:Double" iOS="50" WinPhone="400" Android="50" /> <OnPlatform x:TypeArguments="x:Double" iOS="50" UWP="400" Android="50" />
</ActivityIndicator.WidthRequest> </ActivityIndicator.WidthRequest>
<ActivityIndicator.HeightRequest> <ActivityIndicator.HeightRequest>
<OnPlatform x:TypeArguments="x:Double" iOS="50" WinPhone="10" Android="50" /> <OnPlatform x:TypeArguments="x:Double" iOS="50" UWP="10" Android="50" />
</ActivityIndicator.HeightRequest> </ActivityIndicator.HeightRequest>
</ActivityIndicator> </ActivityIndicator>
</Grid> </Grid>