summaryrefslogtreecommitdiff
path: root/shells/powershell/files/patch-src_ResGen_ResGen.csproj
blob: 23a3265355f935932717236be738fc3ed804282c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/ResGen/ResGen.csproj.orig	2024-01-11 22:25:54 UTC
+++ src/ResGen/ResGen.csproj
@@ -7,7 +7,7 @@
     <OutputType>Exe</OutputType>
     <TieredCompilation>true</TieredCompilation>
     <TieredCompilationQuickJit>true</TieredCompilationQuickJit>
-    <RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
+    <RuntimeIdentifiers>$(NETCoreSdkRuntimeIdentifier)</RuntimeIdentifiers>
   </PropertyGroup>
 
 </Project>