From c0fe8c27d81a8c8e349b0da730e41b50ffa5e23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:48:37 +0000 Subject: [PATCH 1/3] Bump NuGet.Common and 3 others Bumps NuGet.Common from 6.9.1 to 6.14.3 Bumps NuGet.Configuration from 6.9.1 to 6.14.3 Bumps NuGet.Packaging from 6.9.1 to 6.14.3 Bumps NuGet.Protocol from 6.9.1 to 6.14.3 --- updated-dependencies: - dependency-name: NuGet.Common dependency-version: 6.14.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NuGet.Configuration dependency-version: 6.14.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NuGet.Packaging dependency-version: 6.14.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NuGet.Protocol dependency-version: 6.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/code/Microsoft.PowerShell.PSResourceGet.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index 2e23802cd..f4091db7f 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -15,11 +15,11 @@ - - - + + + - + From 1acc0ec38dd8b8652ee7253d82cccb6004d31228 Mon Sep 17 00:00:00 2001 From: alerickson Date: Tue, 15 Sep 2026 19:58:14 -0700 Subject: [PATCH 2/3] update versions for NuGet.Commands and NuGet.ProjectModel --- src/code/Microsoft.PowerShell.PSResourceGet.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index f4091db7f..28556d6a9 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -14,11 +14,11 @@ - + - + From f62b48b80c94eb665e65462d58a263785062a51e Mon Sep 17 00:00:00 2001 From: alerickson Date: Wed, 16 Sep 2026 12:57:09 -0700 Subject: [PATCH 3/3] add 'System.Collections.Immutable' --- doBuild.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/doBuild.ps1 b/doBuild.ps1 index 87985f06c..d997cc44a 100644 --- a/doBuild.ps1 +++ b/doBuild.ps1 @@ -114,6 +114,7 @@ function DoBuild 'NuGet.Protocol' 'NuGet.Versioning' 'System.Buffers' + 'System.Collections.Immutable' 'System.ClientModel' 'System.Diagnostics.DiagnosticSource' 'System.IO.FileSystem.AccessControl'