diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 8f462939b5b..2cb269eed69 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -797,7 +797,7 @@ def angle_root(target, nuget_env): } angle_arch = arch[target.split('-')[0]] angle_default_path = path.join(os.getcwd(), "support", "hololens", "packages", - "ANGLE.WindowsStore.Servo.2.1.15", "bin", "UAP", angle_arch) + "ANGLE.WindowsStore.Servo.2.1.16", "bin", "UAP", angle_arch) # Nuget executable command nuget_app = path.join(os.getcwd(), "support", "hololens", "ServoApp.sln") diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index f752011dff0..8107d59e861 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -951,7 +951,7 @@ - + @@ -961,6 +961,6 @@ - + \ No newline at end of file diff --git a/support/hololens/ServoApp/packages.config b/support/hololens/ServoApp/packages.config index e6ae208cc93..fa1a5cf1668 100644 --- a/support/hololens/ServoApp/packages.config +++ b/support/hololens/ServoApp/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file