Skip to content

Commit

Permalink
Update default Tizen platform to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Oct 12, 2023
1 parent 384cdf6 commit dff3887
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion workload/build/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<Configuration>Release</Configuration>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<PackageType>DotnetPlatform</PackageType>
<Authors>Samsung Electronics</Authors>
<OutputPath>$(_ProjectRootDirectory)out\nuget-unsigned\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion workload/build/Samsung.Tizen.Ref.proj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ by projects that use the Tizen .NET framework in .NET 5.

<ItemGroup>
<_TizenFXNugetPathItem Include="$(TizenFXNuGetPathVariable)" />
<_TizenRefPackAssemblies Include="$(%(_TizenFXNugetPathItem.Identity))\ref\netstandard2.0\*.dll" />
<_TizenRefPackAssemblies Include="$(%(_TizenFXNugetPathItem.Identity))\ref\net6.0\*.dll" />
<FrameworkListFileClass Include="@(_TizenRefPackAssemblies->'%(Filename)%(Extension)')" Profile="Tizen" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion workload/build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
This version is used to generate Samsung.Tizen.Ref package.
-->
<PropertyGroup>
<TizenFXVersion>10.0.0.17508</TizenFXVersion>
<TizenFXVersion>11.0.0.18030</TizenFXVersion>
</PropertyGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ Copyright (c) Samsung All rights reserved.
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<_DefaultTargetPlatformVersion>7.0</_DefaultTargetPlatformVersion>
<_DefaultTargetPlatformVersion>8.0</_DefaultTargetPlatformVersion>
</PropertyGroup>

<PropertyGroup>
<TargetPlatformSupported>true</TargetPlatformSupported>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">$(_DefaultTargetPlatformVersion)</TargetPlatformVersion>
<_TargetFramework Condition="$(TargetFramework.EndsWith('tizen'))">$(TargetFramework)$(_DefaultTargetPlatformVersion)</_TargetFramework>
<_TargetFramework Condition="!$(TargetFramework.EndsWith('tizen'))">$(TargetFramework)</_TargetFramework>

<!-- Tizen7.0 refers TizenFX 10.0.0.17508. Tizen8.0 refers TizenFX 11.0.0.XXXXX. -->
<_TargetingPackVersion>7.0.123</_TargetingPackVersion>
<_TargetingPackVersion Condition="$(_TargetFramework.EndsWith('8.0'))">**FromWorkload**</_TargetingPackVersion>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -53,7 +57,7 @@ Copyright (c) Samsung All rights reserved.
Include="Samsung.Tizen"
TargetFramework="$(_TargetFramework)"
TargetingPackName="Samsung.Tizen.Ref"
TargetingPackVersion="**FromWorkload**"
TargetingPackVersion="$(_TargetingPackVersion)"
Profile="Tizen"
/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-tizen7.0</TargetFramework>
<TargetFramework>net6.0-tizen8.0</TargetFramework>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">TizenApp1</RootNamespace>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="7" package="com.companyname.TizenApp1" version="1.0.0">
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="com.companyname.TizenApp1" version="1.0.0">
<profile name="common" />
<ui-application appid="com.companyname.TizenApp1"
exec="TizenApp1.dll"
Expand Down

0 comments on commit dff3887

Please sign in to comment.