Updating Nuget Packages 83/298683/1
authorShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Tue, 12 Sep 2023 09:12:06 +0000 (14:42 +0530)
committerShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Tue, 12 Sep 2023 09:12:06 +0000 (14:42 +0530)
Change-Id: Iccf4fa326532f20df88a6cd2ef31f575b57fad87
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Notifications/Notifications.csproj
packaging/org.tizen.notifications-1.0.0.tpk

index c28a26a9c3faaa616db7538c6b328f8c58309397..468b4e22af7d3294a2ff84c875bbfcc15b98b038 100644 (file)
@@ -1,8 +1,11 @@
-<Project Sdk="Tizen.NET.Sdk/1.2.0">
+<Project Sdk="Tizen.NET.Sdk/1.1.9">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>tizen11.0</TargetFramework>
+    <LangVersion>8.0</LangVersion>
+    <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
+    <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
   </PropertyGroup>
 
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugType>None</DebugType>
   </PropertyGroup>
 
+  <ItemGroup>
+    <PackageReference Include="Tizen.NET" Version="11.0.0.17918">
+      <TreatAsUsed>true</TreatAsUsed>
+    </PackageReference>
+  </ItemGroup>
+
   <ItemGroup>
     <None Update="res\themes\dark.xaml">
       <Generator>MSBuild:Compile</Generator>
index 0685203d89d126ccfc621a99fe24587b93dfff1c..e5a0f83d89eddfe27f2f5d76e17df08fa9189971 100644 (file)
Binary files a/packaging/org.tizen.notifications-1.0.0.tpk and b/packaging/org.tizen.notifications-1.0.0.tpk differ