From 86336f06ecc0c113a258dc434688a0139bd408fc Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Sun, 30 Jun 2024 10:13:19 -0700 Subject: [PATCH] Disable dehydration when doing an untrimmed NativeAOT build --- src/hactoolnet/hactoolnet.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index 361aae5b..8d33d28d 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -44,7 +44,11 @@ false - + + false + + +