From 4d34c3434bc9aeef468185b8655d5a622b59fdd4 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 5 Mar 2020 12:24:37 -0800 Subject: [PATCH] retargeting Vb --- HueApp/HueApp.csproj | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HueApp/HueApp.csproj b/HueApp/HueApp.csproj index 4874d79..0c0bd01 100644 --- a/HueApp/HueApp.csproj +++ b/HueApp/HueApp.csproj @@ -11,8 +11,8 @@ HueApp en-US UAP - 10.0.18362.0 - 10.0.18362.0 + 10.0.19569.0 + 10.0.19569.0 14 true 512 diff --git a/README.md b/README.md index 10393a3..e49cc89 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ statusNotificationTargets: A mini-app that explores integrating Windows features with intelligent home automation. Specifically, it shows how you can use Cortana and Bluetooth Low Energy (Bluetooth LE) to create an interactive experience with the [Phillips Hue Lights](http://meethue.com) (a Wi-Fi enabled lighting system). -> Note - This sample is targeted and tested for Windows 10, version 1903 (10.0; Build 18362), and Visual Studio 2019. If you prefer, you can use project properties to retarget the project(s) to Windows 10, version 1809 (10.0; Build 17763), and/or open the sample with Visual Studio 2017. +> Note - This sample is targeted and tested for Windows 10, version 2004 (10.0; Build 19569), and Visual Studio 2019. If you prefer, you can use project properties to retarget the project(s) to Windows 10, version 1809 (10.0; Build 17763), and/or open the sample with Visual Studio 2017. This sample runs on the Universal Windows Platform (UWP).