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