summaryrefslogtreecommitdiff
path: root/shells/powershell/files/patch-src_powershell-unix_powershell-unix.csproj
blob: 0b50eaadd765c3b12241a6afeb08af4ae07ba7f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>