From 0dc4d2527a326fda218fe543d98f2fa4bc54357e Mon Sep 17 00:00:00 2001 From: Ryan Shepherd Date: Thu, 23 Jun 2022 17:21:05 -0700 Subject: [PATCH] Update Newtonsoft.Json explicit reference in Dev16 projects to work around vulnerability in older versions (#2662) --- .../Extension/Cpp/Dev16/WindowsAppSDK.Cpp.Extension.Dev16.csproj | 1 + .../Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/dev/VSIX/Extension/Cpp/Dev16/WindowsAppSDK.Cpp.Extension.Dev16.csproj b/dev/VSIX/Extension/Cpp/Dev16/WindowsAppSDK.Cpp.Extension.Dev16.csproj index 0fbd05743d..a51ae551a5 100644 --- a/dev/VSIX/Extension/Cpp/Dev16/WindowsAppSDK.Cpp.Extension.Dev16.csproj +++ b/dev/VSIX/Extension/Cpp/Dev16/WindowsAppSDK.Cpp.Extension.Dev16.csproj @@ -60,6 +60,7 @@ compile; build; native; contentfiles; analyzers; buildtransitive + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/dev/VSIX/Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj b/dev/VSIX/Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj index 3c550db4ee..e39c4c7c7a 100644 --- a/dev/VSIX/Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj +++ b/dev/VSIX/Extension/Cs/Dev16/WindowsAppSDK.Cs.Extension.Dev16.csproj @@ -61,6 +61,7 @@ compile; build; native; contentfiles; analyzers; buildtransitive + runtime; build; native; contentfiles; analyzers; buildtransitive