[NUI] Fix the build error when referencing to NUI.XamlBuild of which version is highe...
authorDongsug Song <dongsug.song@samsung.com>
Mon, 19 Jul 2021 03:18:22 +0000 (12:18 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 19 Jul 2021 09:01:03 +0000 (18:01 +0900)
test/NUITizenGallery/NUITizenGallery.csproj
test/NUITizenGallery/README.md

index 255a4d0..5585c66 100755 (executable)
     </ItemGroup>
 
     <ItemGroup>
-        <PackageReference Include="Tizen.NUI.XamlBuild" Version="1.0.11" />
+        <PackageReference Include="Tizen.NUI.XamlBuild" Version="1.0.27" />
     </ItemGroup>
 
     <ItemGroup>
index a64ba76..0cee39e 100755 (executable)
@@ -18,5 +18,6 @@
 ![](./.pic/csproj-file.png)
 
 ### Start debugging
+- Open VS Code by the command, **"$ code NUITizenGallery.code-workspace"** in /TizenFX/test/NUITizenGallery/ folder.
 - Do run and debug by clicking "play button" as shown below
 ![](./.pic/run.png)