diff --git a/Directory.Packages.props b/Directory.Packages.props index 12909c4be4..8df1437546 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -87,11 +87,14 @@ + + + diff --git a/NOTICE.md b/NOTICE.md index f11a2b2259..b8bd5ae8e5 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1465,11 +1465,14 @@ SOFTWARE. - System.IO.Abstractions 22.0.13 - System.IO.Abstractions.TestingHelpers 22.0.13 - System.Management 9.0.4 +- System.Net.Http 4.3.4 +- System.Private.Uri 4.3.2 - System.Reactive 6.0.1 - System.Runtime.Caching 9.0.4 - System.ServiceProcess.ServiceController 9.0.4 - System.Text.Encoding.CodePages 9.0.4 - System.Text.Json 9.0.4 +- System.Text.RegularExpressions 4.3.1 - UnicodeInformation 2.6.0 - UnitsNet 5.56.0 - UTF.Unknown 2.5.1 diff --git a/src/common/UITestAutomation/UITestAutomation.csproj b/src/common/UITestAutomation/UITestAutomation.csproj index 0da17d85b8..bc7a4ada54 100644 --- a/src/common/UITestAutomation/UITestAutomation.csproj +++ b/src/common/UITestAutomation/UITestAutomation.csproj @@ -14,6 +14,9 @@ + + + diff --git a/src/modules/Hosts/Hosts.UITests/Hosts.UITests.csproj b/src/modules/Hosts/Hosts.UITests/Hosts.UITests.csproj index f9a7f4247b..e94a0d9b4b 100644 --- a/src/modules/Hosts/Hosts.UITests/Hosts.UITests.csproj +++ b/src/modules/Hosts/Hosts.UITests/Hosts.UITests.csproj @@ -20,6 +20,9 @@ + + + diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj index e1f891558d..9398315223 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Microsoft.CmdPal.UI.csproj @@ -73,12 +73,17 @@ + + + + +