diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-15 14:16:21 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-02-21 21:01:54 +0300 |
commit | 1a37ab5e607402b589579a165afed8cf81ee050b (patch) | |
tree | f3003bcb439cf2cc0c25e381d7035c5e3d5b9408 /shells/powershell/files/patch-src_ResGen_ResGen.csproj | |
parent | shells/libpowershell-native: Support library for PowerShell (diff) |
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>
Diffstat (limited to 'shells/powershell/files/patch-src_ResGen_ResGen.csproj')
-rw-r--r-- | shells/powershell/files/patch-src_ResGen_ResGen.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/powershell/files/patch-src_ResGen_ResGen.csproj b/shells/powershell/files/patch-src_ResGen_ResGen.csproj new file mode 100644 index 000000000000..23a3265355f9 --- /dev/null +++ b/shells/powershell/files/patch-src_ResGen_ResGen.csproj @@ -0,0 +1,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> |