From 6d91607aeeb8cdd5dff1d34716e8c90f6e1cea09 Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Mon, 18 Mar 2024 16:19:53 -0700 Subject: [PATCH 1/2] add file description to `pwsh.exe` --- src/powershell-win-core/powershell-win-core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/powershell-win-core/powershell-win-core.csproj b/src/powershell-win-core/powershell-win-core.csproj index 73c55497c5b..9bc2c708cda 100644 --- a/src/powershell-win-core/powershell-win-core.csproj +++ b/src/powershell-win-core/powershell-win-core.csproj @@ -4,6 +4,7 @@ PowerShell on Windows top-level project pwsh + PowerShell 7 Exe true true From ac4139a6d78f607e1c8201f148053960832af24f Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Wed, 20 Mar 2024 12:41:06 -0700 Subject: [PATCH 2/2] move file description to common --- PowerShell.Common.props | 1 + src/powershell-win-core/powershell-win-core.csproj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShell.Common.props b/PowerShell.Common.props index 209b9863915..b73b3e60a7b 100644 --- a/PowerShell.Common.props +++ b/PowerShell.Common.props @@ -137,6 +137,7 @@ PowerShell Microsoft Corporation (c) Microsoft Corporation. + PowerShell 7 net9.0 11.0 diff --git a/src/powershell-win-core/powershell-win-core.csproj b/src/powershell-win-core/powershell-win-core.csproj index 9bc2c708cda..73c55497c5b 100644 --- a/src/powershell-win-core/powershell-win-core.csproj +++ b/src/powershell-win-core/powershell-win-core.csproj @@ -4,7 +4,6 @@ PowerShell on Windows top-level project pwsh - PowerShell 7 Exe true true