1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Upgrade .net core pour uwp et asp

This commit is contained in:
Yan Maniez 2018-05-09 13:26:02 +02:00
parent 41cec10196
commit 72fa3ba598
2 changed files with 2 additions and 2 deletions

View file

@ -168,7 +168,7 @@
<PackageReference Include="SkiaSharp.Views.Forms">
<Version>1.60.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.2" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.4" />
<PackageReference Include="Xamarin.Forms">
<Version>3.0.0.446417</Version>
</PackageReference>

View file

@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
</ItemGroup>
<ItemGroup>