From 864f6221a786fd264f3bb6ac36e19eb4ce4c304b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:35:19 +0000 Subject: [PATCH 1/2] Build(deps): Bump Microsoft.ApplicationInsights from 2.9.1 to 2.10.0 Bumps [Microsoft.ApplicationInsights](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-dotnet/compare/2.9.1...2.10.0) --- .../Microsoft.PowerShell.ConsoleHost.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/Microsoft.PowerShell.ConsoleHost.csproj b/src/Microsoft.PowerShell.ConsoleHost/Microsoft.PowerShell.ConsoleHost.csproj index 7a46a02c898..77ef5c5bf15 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/Microsoft.PowerShell.ConsoleHost.csproj +++ b/src/Microsoft.PowerShell.ConsoleHost/Microsoft.PowerShell.ConsoleHost.csproj @@ -9,7 +9,7 @@ - + From 39d48af18dd7af87d38de4a0658833cfacf4f138 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Fri, 31 May 2019 11:18:58 -0700 Subject: [PATCH 2/2] Update the expected assembly list in the startup test --- test/powershell/Host/Startup.Tests.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/powershell/Host/Startup.Tests.ps1 b/test/powershell/Host/Startup.Tests.ps1 index af8936411bc..df7ca20f3a9 100644 --- a/test/powershell/Host/Startup.Tests.ps1 +++ b/test/powershell/Host/Startup.Tests.ps1 @@ -26,10 +26,8 @@ Describe "Validate start of console host" -Tag CI { 'System.Diagnostics.Debug.dll' 'System.Diagnostics.FileVersionInfo.dll' 'System.Diagnostics.Process.dll' - 'System.Diagnostics.Tools.dll' 'System.Diagnostics.TraceSource.dll' 'System.Diagnostics.Tracing.dll' - 'System.Globalization.dll' 'System.IO.FileSystem.AccessControl.dll' 'System.IO.FileSystem.dll' 'System.IO.FileSystem.DriveInfo.dll' @@ -46,10 +44,8 @@ Describe "Validate start of console host" -Tag CI { 'System.Private.Uri.dll' 'System.Private.Xml.dll' 'System.Private.Xml.Linq.dll' - 'System.Reflection.dll' 'System.Reflection.Emit.ILGeneration.dll' 'System.Reflection.Emit.Lightweight.dll' - 'System.Reflection.Extensions.dll' 'System.Reflection.Primitives.dll' 'System.Resources.ResourceManager.dll' 'System.Runtime.dll'