Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamABradley committed Nov 25, 2018
1 parent 68361cb commit d3cd007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Platform/PlatformBindings-Platform.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.4;netstandard2.0;net461;uap10.0;monoandroid80</TargetFrameworks>
Expand Down Expand Up @@ -60,7 +60,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0'">
<Compile Include="Platforms\UWP\**\*.cs" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.0.5" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'MonoAndroid80'">
Expand Down

0 comments on commit d3cd007

Please sign in to comment.