Co-authored-by: Felix Palmen <zirias@FreeBSD.org> Co-authored-by: Szczepan Ćwikliński <sec@thinkcode.pl>
12 lines
513 B
XML
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>
|