Update tfm to net6.0 (#479)
[platform/core/dotnet/launcher.git] / Managed / Tizen.Runtime / Tizen.Runtime.csproj
index 447dcb6..4e91ed5 100644 (file)
@@ -1,8 +1,12 @@
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
-           <TargetFramework>netcoreapp2.1</TargetFramework>
+           <TargetFramework>net6.0</TargetFramework>
            <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
            <NoWin32Manifest>True</NoWin32Manifest>
            <Configuration>Release</Configuration>
     </PropertyGroup>
+    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+        <DebugType>pdbonly</DebugType>
+        <DebugSymbols>true</DebugSymbols>
+    </PropertyGroup>
 </Project>