Files
FreeBSD-ports/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj
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>