Skip to content

Commit

Permalink
Update implicit Tizen.NET version
Browse files Browse the repository at this point in the history
A new version of Tizen.NET was released at the end of October.
https://www.nuget.org/packages/Tizen.NET/5.0.0.14562

This new package supports tizen40,tizen50 TFMs and provides new features added to API Level 5 of Tizen.NET.
  • Loading branch information
WonyoungChoi authored and Oren Novotny committed Nov 27, 2018
1 parent 957e7f6 commit b280e17
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -11,8 +11,8 @@
<ExtrasUwpMetaPackageVersion>6.1.7</ExtrasUwpMetaPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(_SdkShortFrameworkIdentifier)' == 'tizen'">
<ExtrasTizenMetaPackage Condition="'$(ExtrasTizenMetaPackage)' == ''">$(_SdkTargetFrameworkVersionWithoutV)</ExtrasTizenMetaPackage>
<PropertyGroup Condition="'$(ExtrasTizenMetaPackageVersion)' == ''">
<ExtrasTizenMetaPackageVersion>5.0.0.14562</ExtrasTizenMetaPackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup Condition="'$(DisableImplicitFrameworkReferences)' != 'true' AND '$(_SdkShortFrameworkIdentifier)' == 'tizen'">
<PackageReference Include="Tizen.NET" Version="$(ExtrasTizenMetaPackage)" IsImplicitlyDefined="true"/>
<PackageReference Include="Tizen.NET" Version="$(ExtrasTizenMetaPackageVersion)" IsImplicitlyDefined="true"/>
<PackageReference Update="Tizen.NET" PrivateAssets="All" Condition="'$(ExtrasImplicitPlatformPackageIsPrivate)' == 'true'"/>
</ItemGroup>

Expand Down

0 comments on commit b280e17

Please sign in to comment.