winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf4a6cfb13a2bd4c9244f98e0bc01893ae6def47
parent 5e94550dcf80be52bea759c72bb28194beebd89b
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date:   Wed, 19 Oct 2022 12:46:37 -0700

Fix compliance issues by setting Newtonsoft.Json to recommended version (#2609)


Diffstat:
Msrc/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj | 1+
Msrc/WinGetUtilInterop.UnitTests/WinGetUtilInterop.UnitTests.csproj | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj b/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj @@ -9,6 +9,7 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Microsoft.Msix.Utils" Version="2.0.3" /> <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> <PackageReference Include="Microsoft.Windows.CsWinRT" Version="1.6.4" /> diff --git a/src/WinGetUtilInterop.UnitTests/WinGetUtilInterop.UnitTests.csproj b/src/WinGetUtilInterop.UnitTests/WinGetUtilInterop.UnitTests.csproj @@ -5,6 +5,7 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Microsoft.ApplicationInsights" Version="2.16.0" /> <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" /> <PackageReference Include="Microsoft.Msix.Utils" Version="2.0.3" />