From 0596936965f9fb3667e26c8d1f95a86fb6290a13 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 19 Mar 2025 10:55:24 -0700 Subject: [PATCH 1/3] Update NuGet assembly versions --- src/code/Microsoft.PowerShell.PSResourceGet.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index b76dcc9fc..c1569f357 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -14,12 +14,12 @@ - - - - - - + + + + + + From 526fcbf322654045e9110f3ce1eeb2a994f63df1 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Wed, 19 Mar 2025 11:44:20 -0700 Subject: [PATCH 2/3] Add new dependencies --- doBuild.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doBuild.ps1 b/doBuild.ps1 index 15293d99b..ee3fa4144 100644 --- a/doBuild.ps1 +++ b/doBuild.ps1 @@ -108,6 +108,8 @@ function DoBuild 'NuGet.Protocol' 'NuGet.Versioning' 'System.Buffers' + 'System.ClientModel' + 'System.Collections.Immutable' 'System.Diagnostics.DiagnosticSource' 'System.IO.FileSystem.AccessControl' 'System.Memory.Data' From 9ae3f769d5aedc9e893a873dd495a3c4128144df Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 20 Mar 2025 12:26:24 -0700 Subject: [PATCH 3/3] Add explicit dependency of Pkcs --- doBuild.ps1 | 2 -- src/code/Microsoft.PowerShell.PSResourceGet.csproj | 13 +++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doBuild.ps1 b/doBuild.ps1 index ee3fa4144..15293d99b 100644 --- a/doBuild.ps1 +++ b/doBuild.ps1 @@ -108,8 +108,6 @@ function DoBuild 'NuGet.Protocol' 'NuGet.Versioning' 'System.Buffers' - 'System.ClientModel' - 'System.Collections.Immutable' 'System.Diagnostics.DiagnosticSource' 'System.IO.FileSystem.AccessControl' 'System.Memory.Data' diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index c1569f357..1d657e1a1 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -14,17 +14,18 @@ - - - - - - + + + + + + +