From 7ab1c799baa0b9efe1a271eb1c3908d9b15088d9 Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Sat, 9 Mar 2024 02:53:38 +0900 Subject: [PATCH] Set `PublishTrimmed` as `false` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0651310..f531226 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ WINDOWS_PROPERTIES=-p:EnableWindowsTargeting=true -p:PublishTrimmed=false -SELF_CONTAINED_PROPERTIES=--self-contained -p:PublishSingleFile=true -p:SelfContained=true -p:PublishTrimmed=true -p:InvariantGlobalization=true -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false +SELF_CONTAINED_PROPERTIES=--self-contained -p:PublishSingleFile=true -p:SelfContained=true -p:PublishTrimmed=false -p:InvariantGlobalization=true -p:EnableCompressionInSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false .PHONY: all build clean test