diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-15 14:16:21 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-21 21:01:54 +0300 |
commit | 1a37ab5e607402b589579a165afed8cf81ee050b (patch) | |
tree | f3003bcb439cf2cc0c25e381d7035c5e3d5b9408 /shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj | |
parent | shells/libpowershell-native: Support library for PowerShell (diff) |
shells/powershell: Microsoft's shell with support for .NET objects
Co-authored-by: Felix Palmen <zirias@FreeBSD.org>
Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl>
Diffstat (limited to 'shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj')
-rw-r--r-- | shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ + <TieredCompilation>true</TieredCompilation> + <TieredCompilationQuickJit>true</TieredCompilationQuickJit> + <TieredCompilationQuickJitForLoops>true</TieredCompilationQuickJitForLoops> +- <RuntimeIdentifiers>linux-x64;osx-x64;</RuntimeIdentifiers> ++ <RuntimeIdentifiers>$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifiers> + </PropertyGroup> + + <ItemGroup> |