From b9cb93071d8497959576aa9f2ecfb8a990d528b5 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 19 Jun 2025 19:19:30 -0700 Subject: [PATCH] Turn off AOT as its the best option for produciton --- src/MistoxWebsite.Client/MistoxWebsite.Client.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MistoxWebsite.Client/MistoxWebsite.Client.csproj b/src/MistoxWebsite.Client/MistoxWebsite.Client.csproj index 2173751..0230f03 100755 --- a/src/MistoxWebsite.Client/MistoxWebsite.Client.csproj +++ b/src/MistoxWebsite.Client/MistoxWebsite.Client.csproj @@ -7,10 +7,10 @@ - + true link - true + false true true true