ports/shells/powershell/files/patch-src_ResGen_ResGen.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
442 B
XML

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