From 1a37ab5e607402b589579a165afed8cf81ee050b Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 15 Feb 2025 14:16:21 +0300 Subject: shells/powershell: Microsoft's shell with support for .NET objects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felix Palmen Co-authored-by: Szczepan Ćwikliński --- .../files/patch-src_powershell-unix_powershell-unix.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj (limited to 'shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj') diff --git a/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj b/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj new file mode 100644 index 000000000000..0b50eaadd765 --- /dev/null +++ b/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj @@ -0,0 +1,11 @@ +--- src/powershell-unix/powershell-unix.csproj.orig 2024-04-11 18:38:22 UTC ++++ src/powershell-unix/powershell-unix.csproj +@@ -9,7 +9,7 @@ + true + true + true +- linux-x64;osx-x64; ++ $(NETCoreSdkRuntimeIdentifier) + + + -- cgit v1.2.3