ports/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj
Gleb Popov 1a37ab5e60 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>
2025-02-21 21:01:54 +03:00

12 lines
513 B
XML

--- 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>