Skip to content

Commit

Permalink
Update template to net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonghyunCho committed Oct 12, 2023
1 parent 81441be commit f84c477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-tizen8.0</TargetFramework>
<TargetFramework>net7.0-tizen8.0</TargetFramework>
<RootNamespace Condition="'$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'">TizenApp1</RootNamespace>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit f84c477

Please sign in to comment.