Change the libriay for the DB from e_sqlite3 to sqlite3 23/282723/2
authorJeonghoon Park <jh1979.park@samsung.com>
Tue, 11 Oct 2022 01:39:59 +0000 (10:39 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Tue, 11 Oct 2022 01:44:40 +0000 (10:44 +0900)
Change-Id: I36b147f9048af54703075893731c87cd0a6cdc5c

TrayApplication/TrayApplication.csproj
packaging/org.tizen.TrayApplication-1.0.0.tpk

index 29a9557b5997c017b78a315f836644bed9b1df3c..22a6388092230f41b61dc35e71e9009c74d804cb 100755 (executable)
@@ -1,8 +1,8 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Tizen.NET.Sdk/1.1.8">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
+    <TargetFramework>tizen10.0</TargetFramework>
     <LangVersion>8.0</LangVersion>
     <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
   </PropertyGroup>
@@ -19,9 +19,8 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.8" />
-    <PackageReference Include="Tizen.NET" Version="10.0.0.17422" />
-    <PackageReference Include="Tizen.NET.Sdk" Version="1.1.8" />
+    <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="6.0.9" />
+    <PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.2" />
   </ItemGroup>
 
   <ItemGroup>
index 5fba59d1472ae306f3d8195c1473a367f5d1b7cc..240d4feed36e1f197b2e831dbce12fad96a5d05a 100755 (executable)
Binary files a/packaging/org.tizen.TrayApplication-1.0.0.tpk and b/packaging/org.tizen.TrayApplication-1.0.0.tpk differ